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 17d493a

Browse files
docs: set target-folder to docs/v1.1
1 parent 2b451a5 commit 17d493a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎.github/workflows/gh-page-docs.yml‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
19+
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
2020
with:
2121
persist-credentials: false
2222

@@ -27,9 +27,8 @@ jobs:
2727
run: npm run typedoc
2828

2929
- name: Deploy 🚀
30-
uses: JamesIves/github-pages-deploy-action@3.7.1
30+
uses: JamesIves/github-pages-deploy-action@4
3131
with:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
BRANCH: gh-pages # The branch the action should deploy to.
34-
FOLDER: docs # The folder the action should deploy.
35-
TARGET_FOLDER: latest
32+
branch: gh-pages # The branch the action should deploy to.
33+
folder: docs # The folder the action should deploy.
34+
target-folder: docs/v1.1

0 commit comments

Comments
(0)

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