Skip to content

Commit

Permalink
fix: CI correct resume.html to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Apr 27, 2024
1 parent d7ce24b commit 0729c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload resume HTML artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./result/resume.html"
path: "./result/index.html"
- name: Upload resume assets artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 0729c21

Please sign in to comment.