Skip to content

Commit

Permalink
Update publish-to-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joncamfield authored Jul 11, 2024
1 parent 92c40cf commit ff2b691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: gh-pages

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
JEKYLL_ENV: production
- name: Set CNAME
# set cname for gh pages, should match config file site.url variable above
run: echo "ghpages.level-up.cc" > ./_site/CNAME
run: echo "www.level-up.cc" > ./_site/CNAME
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ff2b691

Please sign in to comment.