Skip to content

Commit e10e7b7

Browse files
committed
Fix up CI doc deployment action
Signed-off-by: Jordan Borean <[email protected]>
1 parent 3f807b1 commit e10e7b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,9 @@ jobs:
299299
if: startsWith(github.ref, 'refs/tags/v')
300300
uses: JamesIves/github-pages-deploy-action@v4
301301
with:
302-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
303-
BRANCH: gh-pages
304-
FOLDER: ci_docs_build
305-
TARGET_FOLDER: stable
302+
branch: gh-pages
303+
folder: ci_docs_build
304+
target-folder: stable
306305

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

0 commit comments

Comments
 (0)