Skip to content

Commit b78d5ca

Browse files
committed
obfuscate and remove .nojekyll (was repo setting on github)
1 parent 4dc52d7 commit b78d5ca

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
npm ci
2727
npm run build
28+
npm run obfuscate
2829
2930
- name: Deploy 🚀
3031
uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/preview.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
npm ci
4040
npm run build
41+
npm run obfuscate
4142
4243
- name: Deploy preview
4344
uses: rossjrw/pr-preview-action@v1

static/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)