Skip to content

Commit 9ee71bf

Browse files
authored
fix(build): fix broken build
1 parent 8640834 commit 9ee71bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
make html
7272
touch ./build/html/.nojekyll
7373
- name: Deploy to GitHub Pages
74-
uses: JamesIves/github-pages-deploy-action@latest
74+
uses: JamesIves/github-pages-deploy-action@v4.2.5
7575
with:
7676
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
7777
BRANCH: gh-pages

0 commit comments

Comments
 (0)