We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d4787 commit de52bb9Copy full SHA for de52bb9
1 file changed
.github/workflows/pages.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Update npm
30
run: npm install -g npm@latest
31
- 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
+ - run: npm run build --if-present && cp index.html dist/index.html && sed -i 's#\./src/notyourface\.ts#./notyourface.js#g' dist/index.html
33
- name: Setup Pages
34
uses: actions/configure-pages@v5
35
- name: Upload artifact
0 commit comments