Skip to content

Commit

Permalink
act: copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Dec 10, 2023
1 parent c795685 commit b471001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Generate Site
run: npx antora antora-playbook.yml
- name: Copy file index.html and style.css
run: cp -r my-cv build/site
run: cp -a my-cv/. build/site/
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit b471001

Please sign in to comment.