Update README.md
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 6s
Continuous Integration / GitHub Actions Test (push) Has been cancelled
Continuous Integration / JavaScript Tests (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Lint Codebase / Lint Codebase (push) Has been cancelled

This commit is contained in:
2025-12-15 21:03:10 +01:00
parent 4b004ec331
commit ef0e9f7e88

View File

@@ -16,19 +16,11 @@ We recommend this action to be used in a dedicated job:
```yaml
jobs:
# Build job
build:
# <Not provided for brevity>
# 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:
# <Not provided for brevity>
# 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