Skip to content

Commit

Permalink
Cleanup/minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Nov 15, 2024
1 parent 7b9b93f commit 898f0d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
- name: Check out repository
Expand Down Expand Up @@ -55,11 +53,13 @@ jobs:
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
- name: 🏭 Update Python docs
run: make docs
- name: Run quartodoc
run: make quartodoc

- name: 🚢 Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: docs
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 898f0d2

Please sign in to comment.