Skip to content

Commit

Permalink
Enable GitHub Pages deployment in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Aug 9, 2022
1 parent 010db42 commit 0995656
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" python -m dinghy ./config.yml
mkdir ./digests/ && mv *.html ./digests/
# - name: Deploy Documentation
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# force_orphan: true
# publish_dir: ./digests
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force_orphan: true
publish_dir: ./digests

0 comments on commit 0995656

Please sign in to comment.