Skip to content

Commit

Permalink
Webpage: dereference symlinks for actions-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Feb 17, 2020
1 parent c29e40a commit 4785470
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/manubot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ jobs:
# commit_message: todo
# user_name: todo
# user_email: [email protected]
- name: Webpage Dereference Symlinks
# workaround https://github.com/peaceiris/actions-gh-pages/issues/103
run: |
cp --recursive --dereference webpage webpage_dereferenced
- name: Deploy Webpage
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./webpage
publish_dir: ./webpage_dereferenced
publish_branch: gh-pages

0 comments on commit 4785470

Please sign in to comment.