Skip to content

Commit

Permalink
👷 (docs): Fix docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
dd committed Oct 10, 2024
1 parent 9e4fa9d commit 4884318
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mkdocs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,12 @@ jobs:
else
hatch run docs:ci-build $MERINGUE_DOCS_VERSION latest
fi
hatch run docs:mike set-default --push latest
ls -al
hatch run docs:mike set-default --push latest --allow-empty
- name: Create archive
run: |
echo "Create archive"
ls -al
git archive -o site.zip gh-pages
ls -al
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4884318

Please sign in to comment.