Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
rjosephwright committed May 16, 2023
1 parent 0658806 commit bafe131
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
push:
branches:
- master
- hugo

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -75,10 +76,15 @@ jobs:
with:
path: ./public

hello:
runs-on: ubuntu-latest
needs: build
steps:
- run: echo ${{ github.event }}
# Deployment job
deploy:
if: |
github.event.push.ref == 'refs/heads/master'
# if: |
# github.event.push.ref == 'refs/heads/master'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit bafe131

Please sign in to comment.