Skip to content

Commit 7c95792

Browse files
committed
Use newer actions for doc deployment workflow
Signed-off-by: Jordan Borean <[email protected]>
1 parent e10e7b7 commit 7c95792

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Diff for: .github/workflows/deploy-docs.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212

1313
- name: Select python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.9
1717

@@ -30,9 +30,8 @@ jobs:
3030
DISTRO: fedora:latest
3131

3232
- name: Deploy latest docs
33-
uses: JamesIves/github-pages-deploy-action@3.7.1
33+
uses: JamesIves/github-pages-deploy-action@v4
3434
with:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
BRANCH: gh-pages
37-
FOLDER: ci_docs_build
38-
TARGET_FOLDER: latest
35+
branch: gh-pages
36+
folder: ci_docs_build
37+
target-folder: latest

0 commit comments

Comments
 (0)