Skip to content

Commit

Permalink
docs: fix llm.txt location
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 15, 2025
1 parent 0eb931a commit dcc4e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
# This is technically off by 1 commit, but generating the llm.txt file is easiest from a
# deployed site.
# We also ignore txt and xml files
run: npx sitefetch https://docs.marimo.io -o site/llm.txt --match "!**/*.{txt,xml}"
run: npx sitefetch https://docs.marimo.io -o ${{ env.OUTPUT_FILE }} --match '!**/*.{txt,xml}'
env:
OUTPUT_FILE: .vercel/output/static/llm.txt

- name: 🚀 Deploy to Vercel
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit dcc4e0a

Please sign in to comment.