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
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:
14
README.md
14
README.md
@@ -16,19 +16,11 @@ We recommend this action to be used in a dedicated job:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
# Build job
|
|
||||||
build:
|
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:
|
steps:
|
||||||
|
# <Not provided for brevity>
|
||||||
|
# At a minimum this job should compile a static site to some folder
|
||||||
|
|
||||||
- name: Deploy to PageUp
|
- name: Deploy to PageUp
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: nna/deploy-pageup@v1 # or specific "vX.X.X" version tag for this action
|
uses: nna/deploy-pageup@v1 # or specific "vX.X.X" version tag for this action
|
||||||
|
|||||||
Reference in New Issue
Block a user