Skip to content

Commit

Permalink
#27 - Remove unneeded H1 headers in commands.md. Fix list in preparat…
Browse files Browse the repository at this point in the history
…ion-of-project-repository.md.
  • Loading branch information
anovikov-el committed Aug 22, 2024
1 parent a187923 commit efb49ac
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 65 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
rm -r site/
- name: Build, publish, version documentation using Mike (only for stable tags)
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
run: |
echo "Configure Git user.name and user.email."
git config user.name github-actions
git config user.email github-actions@github.com
VERSION=${GITHUB_REF#refs/tags/}
# VERSION=${GITHUB_REF#refs/tags/}
VERSION=v0.43.0

mike deploy --update-aliases --push --rebase "${VERSION}" latest
Loading

0 comments on commit efb49ac

Please sign in to comment.