[rs] Change deployment target to wgpu-rs.github.io (#471)

This commit is contained in:
Dzmitry Malyshau 2020-07-23 16:51:10 -04:00 committed by GitHub
parent c9db56d380
commit 2bda45684f
2 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/doc
REPOSITORY_NAME: gfx-rs/wgpu-rs.github.io
BRANCH: master
TARGET_FOLDER: doc

View File

@ -39,6 +39,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/generated
REPOSITORY_NAME: gfx-rs/wgpu-rs.github.io
BRANCH: master
TARGET_FOLDER: examples