Skip to content

Commit

Permalink
Don't deploy docs on external repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehenry committed Jun 12, 2024
1 parent 69b6b46 commit 06bcf44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
poetry install
- name: 📄 Build docs
run: |
echo ${{ github.repository }}
make export_static
touch docs/django-dsfr/.nojekyll
- name: 🚀 Deploy Github Pages
Expand Down

0 comments on commit 06bcf44

Please sign in to comment.