We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8be47 commit 23628edCopy full SHA for 23628ed
.github/workflows/documentation.yml
@@ -3,8 +3,7 @@ name: Documentation
3
on:
4
push:
5
branches:
6
- - release/4_0
7
- # ^ for now, we only want to use the v4.0 release branch.
+ - main
8
9
jobs:
10
build:
@@ -28,7 +27,7 @@ jobs:
28
27
run: |
29
apt-get update && apt-get install -y rsync
30
- name: Deploy to GitHub Pages
31
- uses: JamesIves/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
32
with:
33
folder: gh-pages
34
branch: gh-pages
0 commit comments