Skip to content

Commit 8e79afa

Browse files
authored
Update release.yml
1 parent 8782d40 commit 8e79afa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ jobs:
2828
env:
2929
GH_TOKEN: ${{ github.token }}
3030

31+
- name: Move resume.pdf to a different folder
32+
run: |
33+
mkdir ../gh-pages
34+
mv resume.pdf ../gh-pages
35+
3136
- name: Deploy 🚀
3237
uses: JamesIves/github-pages-deploy-action@v4
3338
with:
34-
folder: ./
39+
folder: ../gh-pages
3540

3641
# - name: Upload a Build Artifact
3742
# uses: actions/upload-artifact@v4.4.2

0 commit comments

Comments
 (0)