Skip to content

Commit

Permalink
activating github pages CD
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Oct 17, 2024
1 parent 0a9a96e commit e64a206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Merge master into github_pages
run: |
git fetch origin
git checkout github_pages_test
git checkout github_pages
git reset --hard origin/master
- name: Install dependencies and build the web project
Expand All @@ -49,4 +49,4 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add --all
git commit -m "Update GitHub Pages with latest build from master"
git push origin github_pages_test --force
git push origin github_pages --force

0 comments on commit e64a206

Please sign in to comment.