Skip to content

Commit 5a0226b

Browse files
Merge pull request #43 from ThomasJButler/v3.5-CSS-Enhance-Final
Remove token argument from gh-pages deploy step
2 parents 2f5f065 + 546c92d commit 5a0226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
- name: Deploy to GitHub Pages
4040
env:
4141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
run: npx gh-pages -d dist -t $GH_TOKEN
42+
run: npx gh-pages -d dist

0 commit comments

Comments
 (0)