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

Commit 41fae1d

Browse files
committed
Correct argument spelling
1 parent 727791b commit 41fae1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@master
1313
- uses: enriikke/gatsby-gh-pages-action@v2
1414
with:
15-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
16-
DEPLOY_BRANCH: 'master'
15+
access-token: ${{ secrets.ACCESS_TOKEN }}
16+
deploy-branch: 'master'

0 commit comments

Comments
 (0)