Skip to content

Commit

Permalink
Removed deployment to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgall committed Dec 27, 2024
1 parent ea14404 commit ce63d55
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:
- name: Build
run: hugo --minify

- name: Deploy to matthewgall.github.io
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
external_repository: matthewgall/matthewgall.github.io
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: ./public
cname: matthewgall.com

- name: Deploy to matthewgall.surge.sh
uses: dswistowski/surge-sh-action@v1
with:
Expand Down

0 comments on commit ce63d55

Please sign in to comment.