Skip to content

Commit

Permalink
ci: disable doc publishing until geo blog can be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Feb 12, 2024
1 parent 9b6a8a2 commit 989ad4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ibis-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: verify internal links
run: nix develop --ignore-environment '.#links' -c just checklinks --offline --no-progress

- name: build and push quarto docs
run: nix develop --ignore-environment --keep NETLIFY_AUTH_TOKEN -c just docs-deploy
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
# TODO: re-enable when geo blog is fixed (to_array)
# - name: build and push quarto docs
# run: nix develop --ignore-environment --keep NETLIFY_AUTH_TOKEN -c just docs-deploy
# env:
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 989ad4f

Please sign in to comment.