Skip to content

Commit de52bb9

Browse files
committed
Fix GH pages workflow
1 parent c7d4787 commit de52bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Update npm
3030
run: npm install -g npm@latest
3131
- run: npm ci
32-
- run: npm run build --if-present && cp index.html dist/index.html && sed -i 's#./src/notyourface.ts#./notyourface.js#g' dist/index.html
32+
- run: npm run build --if-present && cp index.html dist/index.html && sed -i 's#\./src/notyourface\.ts#./notyourface.js#g' dist/index.html
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
3535
- name: Upload artifact

0 commit comments

Comments
 (0)