We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632bdc1 commit a8ef251Copy full SHA for a8ef251
1 file changed
.github/workflows/github-update-docs.yml
@@ -18,14 +18,15 @@ jobs:
18
build:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
22
- run: npm install && make demos && make assets && make docs
23
- run: mv build/lib build/demos/ && mv -f build/docs/* build/demos/
24
- run: tar --directory build/demos/ -hcf artifact.tar .
25
- uses: actions/upload-artifact@v4
26
with:
27
name: github-pages
28
path: ./artifact.tar
29
+ overwrite: true
30
retention-days: 1
31
32
# Deploy the artifact to GitHub pages
@@ -40,4 +41,4 @@ jobs:
40
41
url: ${{ steps.deployment.outputs.page_url }}
42
43
- id: deployment
- uses: actions/deploy-pages@v1
44
+ uses: actions/deploy-pages@v4
0 commit comments