Skip to content

Commit

Permalink
temp hack for resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenkins committed Mar 23, 2024
1 parent fb9805f commit 8f61b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
node-version: "20.x"
- run: npm ci
- run: npm run build
- name: resmume hack
run: |
mkdir build/resume;
cp build/index.html build/resume/
- name: Archive production artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down
40 changes: 0 additions & 40 deletions public/resume/index.html

This file was deleted.

0 comments on commit 8f61b8f

Please sign in to comment.