We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 919f366 + dd8a2c9 commit ae1b924Copy full SHA for ae1b924
.github/workflows/docs.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
name: github-pages
42
path: ${{ runner.temp }}/artifact.tar
43
- retention-days: ${{ inputs.retention-days }}
+ retention-days: 1
44
45
# Deploy job
46
deploy:
@@ -60,6 +60,14 @@ jobs:
60
# Specify runner + deployment step
61
runs-on: ubuntu-latest
62
steps:
63
+ - name: Download artifact
64
+ uses: actions/download-artifact@v4
65
+ with:
66
+ name: github-pages
67
+ path: ./site
68
- name: Deploy to GitHub Pages
69
id: deployment
- uses: actions/deploy-pages@v3
70
+ uses: actions/deploy-pages@v3
71
72
+ artifact_name: github-pages
73
0 commit comments