Skip to content

Commit

Permalink
Update gh-pages before mike run, cont'd
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Di Cosmo <[email protected]>
  • Loading branch information
Roberto Di Cosmo committed Aug 9, 2023
1 parent 725d8ef commit a79a1e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: 'main'
- name: Install pre-requisites
Expand All @@ -19,11 +19,10 @@ jobs:
run: mkdocs build -v --clean
- name: Configure Git user
run: |
git fetch origin gh-pages --depth=1
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global --add safe.directory '*'
- name: Deploy MkDoc with mike 🚀
run: |
git fetch origin gh-pages
git merge origin/gh-pages
mike deploy --push dev

0 comments on commit a79a1e0

Please sign in to comment.