Skip to content

Commit f1ec04e

Browse files
authored
Update build.yml
Update docs deployment action to latest version
1 parent 066a6ec commit f1ec04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
echo ${{ github.ref == 'refs/heads/master' }}
145145
echo ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
146146
- name: Deploy to GitHub Pages
147-
uses: JamesIves/github-pages-deploy-action@3.5.5
147+
uses: JamesIves/github-pages-deploy-action@3.7.1
148148
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
149149
with:
150150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)