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 14cf9a7 + 92c8b33 commit a13003cCopy full SHA for a13003c
.github/workflows/ci.yml
@@ -45,7 +45,6 @@ jobs:
45
- uses: actions/download-artifact@v4
46
with:
47
name: build
48
- - run: rm .gitignore
49
- uses: peaceiris/actions-gh-pages@v3
50
51
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -76,7 +75,7 @@ jobs:
76
75
runs-on: ubuntu-latest
77
if: github.ref == 'refs/heads/main'
78
steps:
79
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
80
81
82
- uses: actions/setup-node@v1
0 commit comments