Skip to content

Commit af4694d

Browse files
committed
remove excalidraw which is triggering security issues
1 parent e9c55c6 commit af4694d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Add a nojekyll file # to make sure asset paths are correctly identified
2424
run: touch $GITHUB_WORKSPACE/www/.nojekyll
25+
- name: Remove excalidraw.js file
26+
run: rm -f $GITHUB_WORKSPACE/static/js/excalidraw.js
2527
- name: Deploy 🚀
2628
uses: JamesIves/github-pages-deploy-action@v4
2729
with:

0 commit comments

Comments
 (0)