Skip to content

Commit 1469daf

Browse files
updated publish action version
1 parent 7e5152d commit 1469daf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88
group: gh-${{ github.ref }}
99
cancel-in-progress: true
1010

11-
1211
jobs:
1312
build:
1413

@@ -42,7 +41,7 @@ jobs:
4241
cd ./Sources; make html
4342
4443
- name: Deploy
45-
uses: peaceiris/actions-gh-pages@v3
44+
uses: peaceiris/actions-gh-pages@v4
4645
with:
4746
github_token: ${{ secrets.GITHUB_TOKEN }}
4847
publish_dir: ./Sources/build/html

0 commit comments

Comments
 (0)