Skip to content

Commit 074ee77

Browse files
committed
chore: switch site build to use different action
1 parent 8a2e4c0 commit 074ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@master
1515
- name: Build and Deploy Site
16-
uses: enriikke/gatsby-gh-pages-action@bf3ba06696b02a028d2121b04961926c1b862a3c
16+
uses: srepollock/gatsby-gh-pages-action@v2.2.0
1717
with:
1818
access-token: ${{ secrets.ACCESS_TOKEN }}
1919
deploy-branch: gh-pages

0 commit comments

Comments
 (0)