mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +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
|
||||
with:
|
||||
name: website
|
||||
path: ./_site
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: .
|
||||
FOLDER: _site
|
||||
GIT_CONFIG_NAME: OpenIddict Bot
|
||||
GIT_CONFIG_EMAIL: 32257313+openiddict-bot@users.noreply.github.com
|
||||
COMMIT_MESSAGE: Update the documentation pages
|
||||
|
Loading…
Reference in New Issue
Block a user