Skip to content

Commit

Permalink
copy into new dir (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins authored Mar 4, 2024
1 parent 06568bd commit 56f50cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ jobs:
uses: actions/configure-pages@v4
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
- name: copy
run: cp -R docs docs_r
- name: Jekyll
uses: actions/jekyll-build-pages@v1
with:
destination: 'docs/'
destination: 'docs_r/'
source: 'docs/'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/'
path: 'docs_r/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 56f50cc

Please sign in to comment.