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 e10e7b7

Browse files
Fix up CI doc deployment action
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent 3f807b1 commit e10e7b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/ci.yml‎

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

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