Skip to content

Commit 23628ed

Browse files
committed
update documentation generation action
1 parent 5d8be47 commit 23628ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- release/4_0
7-
# ^ for now, we only want to use the v4.0 release branch.
6+
- main
87

98
jobs:
109
build:
@@ -28,7 +27,7 @@ jobs:
2827
run: |
2928
apt-get update && apt-get install -y rsync
3029
- name: Deploy to GitHub Pages
31-
uses: JamesIves/github-pages-deploy-action@v4.6.8
30+
uses: JamesIves/github-pages-deploy-action@v4.7.3
3231
with:
3332
folder: gh-pages
3433
branch: gh-pages

0 commit comments

Comments
 (0)