Skip to content

Commit

Permalink
Fix up CI doc deployment action
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 3f807b1 commit e10e7b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ci_docs_build
TARGET_FOLDER: stable
branch: gh-pages
folder: ci_docs_build
target-folder: stable

- name: Create release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit e10e7b7

Please sign in to comment.