Skip to content

Commit

Permalink
Add .nojekyll file
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod authored Nov 2, 2023
1 parent 131e660 commit 9ee2a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/essence-feature-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
- name: Fix file permissions
run: chmod -v -R +rwx ./web/static/
working-directory: ./tools/essence-feature-usage-stats

- name: Add the .nojekyll file
run: touch ./web/static/.nojekyll
working-directory: ./tools/essence-feature-usage-stats

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
Expand Down

0 comments on commit 9ee2a53

Please sign in to comment.