Skip to content

Commit

Permalink
Use newer actions for doc deployment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Aug 29, 2023
1 parent e10e7b7 commit 7c95792
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Select python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand All @@ -30,9 +30,8 @@ jobs:
DISTRO: fedora:latest

- name: Deploy latest docs
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ci_docs_build
TARGET_FOLDER: latest
branch: gh-pages
folder: ci_docs_build
target-folder: latest

0 comments on commit 7c95792

Please sign in to comment.