Skip to content

Commit

Permalink
maint(gha): add .nojekyll file during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Feb 21, 2022
1 parent 275fae4 commit 7509abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
cd mkdocs/
mkdocs build -d ../www/
touch ../www/.nojekyll
- name: Deploy
run: |
cd www/
Expand Down

0 comments on commit 7509abd

Please sign in to comment.