mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-19 07:44:50 +08:00
Update the deployment job to only deploy the static files
This commit is contained in:
parent
2465916cb1
commit
600de7a12b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -46,13 +46,14 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: website
|
name: website
|
||||||
|
path: ./_site
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: .
|
FOLDER: _site
|
||||||
GIT_CONFIG_NAME: OpenIddict Bot
|
GIT_CONFIG_NAME: OpenIddict Bot
|
||||||
GIT_CONFIG_EMAIL: 32257313+openiddict-bot@users.noreply.github.com
|
GIT_CONFIG_EMAIL: 32257313+openiddict-bot@users.noreply.github.com
|
||||||
COMMIT_MESSAGE: Update the documentation pages
|
COMMIT_MESSAGE: Update the documentation pages
|
||||||
|
Loading…
Reference in New Issue
Block a user