Skip to content

Commit

Permalink
Fix branch for scheduled workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Oct 16, 2024
1 parent 0e4519c commit 92f80e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
ref: master

- name: Install and Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publishGithubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
ref: staging

- name: Install and Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand Down

0 comments on commit 92f80e3

Please sign in to comment.