Skip to content

Commit

Permalink
Trying to fix deployment of pages 5/n
Browse files Browse the repository at this point in the history
  • Loading branch information
npalacioescat committed Apr 8, 2024
1 parent 347afc4 commit cd7d06d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: main
FOLDER: docs/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/
force_orphan: true

0 comments on commit cd7d06d

Please sign in to comment.