Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trozet committed Apr 29, 2024
1 parent 0ecf447 commit e62ad3a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,15 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
source-dir: ./docs
# - name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./_site
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4

0 comments on commit e62ad3a

Please sign in to comment.