mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-03 08:44:31 +00:00
ci: Change test cases
This commit is contained in:
parent
c639d964e8
commit
c8f4fd4c5d
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -102,8 +102,8 @@ jobs:
|
|||||||
github.ref == 'refs/heads/master'
|
github.ref == 'refs/heads/master'
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# publish_branch: gh-pages
|
# publish_branch: gh-pages
|
||||||
publish_dir: ./test_projects/mdbook/book
|
publish_dir: ./test_projects/mdbook/book
|
||||||
# external_repository: ''
|
# external_repository: ''
|
||||||
@ -121,8 +121,8 @@ jobs:
|
|||||||
github.ref == 'refs/heads/master'
|
github.ref == 'refs/heads/master'
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_branch: gh-pages-ubuntu-16.04
|
publish_branch: gh-pages-ubuntu-16.04
|
||||||
publish_dir: ./test_projects/mdbook/book
|
publish_dir: ./test_projects/mdbook/book
|
||||||
# external_repository: ''
|
# external_repository: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user