Skip to content

Commit

Permalink
disable deployment to gh-pages for now till opensource
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Apr 28, 2020
1 parent dbbf8c9 commit be8aaa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Build
run: cd website && hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.token }}
publish_branch: gh-pages
publish_dir: ./website/public
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.token }}
# publish_branch: gh-pages
# publish_dir: ./website/public

0 comments on commit be8aaa5

Please sign in to comment.