Skip to content

Commit

Permalink
Update deploy-pages.yml: Rename config-files > config_files; add envi…
Browse files Browse the repository at this point in the history
…ronment
  • Loading branch information
Kjuly committed May 13, 2024
1 parent 84fa9d2 commit 19f54b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ concurrency:

jobs:
build-n-deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish
id: deployment
uses: Kjuly/mkdocs-page-publisher@main
with:
config-files: |-
config_files: |-
config/en/mkdocs.yml
config/zh-Hans/mkdocs.yml

0 comments on commit 19f54b3

Please sign in to comment.