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 69a92cb + 5d3fc3e commit 4eee3deCopy full SHA for 4eee3de
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v6
27
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
28
with:
29
name: pdf
30
- uses: actions/setup-node@v6
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
- run: |
@@ -79,7 +79,7 @@ jobs:
79
80
if: github.ref == 'refs/heads/master'
81
82
83
- run: mv */index.html ./
84
- run: mv */*/*.* ./
85
- uses: peaceiris/actions-gh-pages@v4.0.0
0 commit comments