Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Dec 2, 2024
1 parent 3327db8 commit e22673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: gh-pages
- name: Copy file
run: |
cp -pr ${{ github.ref_name }}/ ./gh-pages/
cp -pr ${{ github.ref_name }}/docs ./gh-pages/${{ github.ref_name }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit e22673d

Please sign in to comment.