Skip to content

Commit 28ca26f

Browse files
committed
Altered GH action variables
1 parent 16fadf5 commit 28ca26f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ jobs:
3838
- name: Deploy to GitHub Pages
3939
uses: JamesIves/github-pages-deploy-action@releases/v4
4040
with:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
BRANCH: gh-pages
43-
FOLDER: dist/styleguide
41+
branch: gh-pages
42+
folder: dist/styleguide

0 commit comments

Comments
 (0)