Skip to content

Commit

Permalink
Disable jekyll for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeMaia committed Jan 4, 2024
1 parent febefb9 commit 4c6e438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Create symlink for old URL
run: |
ln -s . _build/docs
- name: Disable Jekyll
run: |
touch _build/.nojekyll
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 4c6e438

Please sign in to comment.