Skip to content

Commit

Permalink
Copy file with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
botamochi6277 committed Apr 17, 2024
1 parent ef80858 commit 0757070
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
run: |
curl -OL https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/main/doxygen-awesome.css
- uses: mattnotmitt/[email protected]
- name: copy image
run: cp -r docs html
- name: copy file
uses: canastro/copy-file-action@master
with:
source: "docs"
target: "html"
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 0757070

Please sign in to comment.