mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 23:02:04 +08:00
ACTION?
This commit is contained in:
@@ -11,6 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure Git Credentials
|
||||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
@@ -32,4 +34,6 @@ jobs:
|
||||
mkdocs-git-authors-plugin \
|
||||
mkdocs-glightbox \
|
||||
mkdocs-redirects
|
||||
- run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force
|
||||
- run: mkdocs gh-deploy --config-file mkdocs-sp.yml --force
|
||||
env:
|
||||
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user