Skip to content

Commit

Permalink
fix: rename llm.txt to llms.txt in workflow for adhering with the off…
Browse files Browse the repository at this point in the history
…icial standard
  • Loading branch information
Haleshot committed Jan 16, 2025
1 parent c6cb98d commit 8a43ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: 📚 Build docs
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

- name: 📚 llm.txt
# This is technically off by 1 commit, but generating the llm.txt file is easiest from a
- name: 📚 llms.txt
# This is technically off by 1 commit, but generating the llms.txt file is easiest from a
# deployed site.
# We also ignore txt and xml files
run: npx sitefetch https://docs.marimo.io -o ${{ env.OUTPUT_FILE }} --match '!**/*.{txt,xml}'
env:
OUTPUT_FILE: .vercel/output/static/llm.txt
OUTPUT_FILE: .vercel/output/static/llms.txt

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

0 comments on commit 8a43ac8

Please sign in to comment.