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 4eee3de + 3f7fc8b commit afd2604Copy full SHA for afd2604
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@v6
+ - uses: actions/download-artifact@v7
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