Skip to content

Commit

Permalink
gh-mutex added for github-pages deployment security
Browse files Browse the repository at this point in the history
  • Loading branch information
ZergLev committed Nov 8, 2024
1 parent a91a6b7 commit 1806dfb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,18 @@ jobs:
TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }}
TG_BOT_USERNAME: ${{ secrets.TG_BOT_USERNAME }}
DOC_VERSION: ${{ env.DOC_VERSION }}
VERSION_SWITCHER_STARTING_TAG: v0.8.0
# VERSION_SWITCHER_TAG_BLACKLIST: []
# VERSION_SWITCHER_TAG_WHITELIST: []
VERSION_SWITCHER_STARTING_TAG: ${{ env.VERSION_SWITCHER_STARTING_TAG }}
VERSION_SWITCHER_TAG_BLACKLIST: ${{ env.VERSION_SWITCHER_TAG_BLACKLIST }}
VERSION_SWITCHER_TAG_WHITELIST: ${{ env.VERSION_SWITCHER_TAG_WHITELIST }}
run: |
python -m poetry run poe docs
- name: remove jekyll theming
run: touch docs/build/.nojekyll

- name: set up mutex
uses: ben-z/[email protected]

- name: deploy website
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 1806dfb

Please sign in to comment.