Skip to content

Commit af66b95

Browse files
Dale KunceDale Kunce
authored andcommitted
Merge remote-tracking branch 'origin/publish' into publish
Resolved conflicts: - .github/workflows/deploy.yml: Kept our version with git push to master deployment - app/assets/data/events.json: Kept our version of events data
2 parents 812acb3 + 2d151a0 commit af66b95

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
fetch-depth: 0
6464

65+
- name: Checkout master branch
66+
uses: actions/checkout@v4
67+
with:
68+
ref: master
69+
token: ${{ secrets.GITHUB_TOKEN }}
70+
fetch-depth: 0
71+
6572
- name: Download build artifacts
6673
uses: actions/download-artifact@v4
6774
with:
@@ -88,4 +95,4 @@ jobs:
8895
else
8996
git commit -m "CI deploy to gh-pages from publish@${{ github.sha }}"
9097
git push origin master
91-
fi
98+
fi

0 commit comments

Comments
 (0)