Skip to content

Commit

Permalink
add .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Mar 29, 2024
1 parent 1f36d7d commit ef84384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: npm install && cd wallet && npm install

- name: Create .nojekyll
run: touch docs/.nojekyll

- name: build
env:
BASE_PATH: '/integrity-wallet'
Expand Down

0 comments on commit ef84384

Please sign in to comment.