Skip to content

Commit c77f282

Browse files
committed
fix(build): switch to the unreleased proposed fix
Switch to the specific commit containing the fix until it's merged **and** released. Signed-off-by: Matej Focko <[email protected]>
1 parent bd1f8c3 commit c77f282

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
submodules: true
1919

2020
- name: Hugo Deploy GitHub Pages
21-
uses: benmatselby/[email protected]
21+
# [TODO] Switch back to the official action once the #66 has been merged
22+
# and released
23+
uses: mfocko/hugo-deploy-sh-pages@31154be6dc01b324913f349225c57a5c03bffd8e
24+
# uses: benmatselby/[email protected]
2225
env:
2326
CNAME: status.packit.dev
2427
GITHUB_ACTOR: usercont-release-bot

0 commit comments

Comments
 (0)