Skip to content

Commit

Permalink
Fixes CNAME
Browse files Browse the repository at this point in the history
We were breaking the docs every time we pushed... This hardcodes it but its fine for now.
  • Loading branch information
elijahbenizzy committed Feb 28, 2024
1 parent 8bf993a commit 3d4fe11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Sphinx build
run: |
sphinx-build docs _build
echo "burr.dagworks.io" > _build/CNAME # keep the cname file which this clobbers -- todo, unhardcode
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 3d4fe11

Please sign in to comment.