Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable docs build
Browse files Browse the repository at this point in the history
dolfim-ibm committed Jul 16, 2024
1 parent e45dc5d commit 101e6cc
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -10,15 +10,17 @@ env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring

jobs:
docs:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-poetry
- name: Build and push docs
run: poetry run mkdocs gh-deploy --force
# To be enabled when we add docs
# docs:
# permissions:
# contents: write
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/setup-poetry
# - name: Build and push docs
# run: poetry run mkdocs gh-deploy --force

code-checks:
uses: ./.github/workflows/checks.yml
pre-release-check:

0 comments on commit 101e6cc

Please sign in to comment.