Skip to content

Commit

Permalink
action fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
xndr78 committed Jul 4, 2024
1 parent 1e6e3e6 commit a87cd98
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: deploy to GitHub Pages

on:
push:
branches:
- master

jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Check out master
- name: Checkout code
uses: actions/checkout@v1
- name: Build and deploy

- name: Deploy the site
uses: benmatselby/hugo-deploy-gh-pages@main
env:
HUGO_VERSION: 0.127.0
TARGET_REPO: xndr78/xndr.github.io
TARGET_BRANCH: master
TOKEN: ${{ secrets.TOKEN }}
HUGO_ARGS: '--minify --cleanDestinationDir'
CNAME: xndr.name
env:
HUGO_VERSION: 0.127.0
TARGET_REPO: xndr78/xndr.github.io
TARGET_BRANCH: master
TOKEN: ${{ secrets.TOKEN }}
HUGO_ARGS: '--minify --cleanDestinationDir'
CNAME: xndr.name

0 comments on commit a87cd98

Please sign in to comment.