Skip to content

Commit

Permalink
manually checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Oct 16, 2023
1 parent 68c9bbe commit 91a3fd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
- main
workflow_dispatch: {}

permissions:
contents: write

jobs:
deploy_docs:
Expand Down Expand Up @@ -40,4 +38,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin gh-pages
git pull
git checkout v1.0.1
hatch -v run docs:mike deploy --push --update-aliases 0.0.1debug latest

0 comments on commit 91a3fd4

Please sign in to comment.