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 fe559ad + 0b94b36 commit eeb7d07Copy full SHA for eeb7d07
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
cache: "npm"
18
- run: npm install
19
- run: npm run build
20
- - uses: JamesIves/github-pages-deploy-action@v4.4.0
+ - uses: JamesIves/github-pages-deploy-action@v4.4.1
21
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 16
22
name: Deploy to gh-pages
23
with:
0 commit comments