Skip to content

Commit

Permalink
ci: debug gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 9, 2024
1 parent 1b0d281 commit f109855
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ jobs:
- name: Check with ruff
run: |
python -m ruff check .
- name: MkDocs gh-deploy --force
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
CONFIG_FILE: mkdocs.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: MkDocs gh-deploy
run: |
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
python -m mkdocs gh-deploy
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f109855

Please sign in to comment.