diff --git a/README.md b/README.md index 34dd4d1..38d1dc2 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,11 @@ We recommend this action to be used in a dedicated job: ```yaml jobs: - # Build job build: - # - # At a minimum this job should compile a static site to some folder - - # Deploy job - deploy: - # Add a dependency to the build job - needs: build - - # Specify runner + deployment step - runs-on: ubuntu-latest steps: + # + # At a minimum this job should compile a static site to some folder + - name: Deploy to PageUp id: deployment uses: nna/deploy-pageup@v1 # or specific "vX.X.X" version tag for this action