Skip to content

Commit

Permalink
remove excalidraw which is triggering security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Sep 12, 2024
1 parent e9c55c6 commit af4694d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

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

0 comments on commit af4694d

Please sign in to comment.