Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit cd522b1

Browse files
committed
Use newer version of the gatsby action
1 parent 3e1ceea commit cd522b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: docker://securecodebox/gatsby-gh-pages-action@sha256:003347a815f64a16c3be4c49f672e352525a61b209c2bc4e9c5c32ab6ad372b7
13+
- uses: enriikke/gatsby-gh-pages-action@v2
1414
env:
1515
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1616
DEPLOY_BRANCH: 'master'

0 commit comments

Comments
 (0)