Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c95792

Browse files
Use newer actions for doc deployment workflow
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent e10e7b7 commit 7c95792

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎.github/workflows/deploy-docs.yml‎

Lines changed: 6 additions & 7 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /