You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish_site.yaml
-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ jobs:
22
22
env:
23
23
# Don't deploy to gh-pages b/c legacy. Instead, output to `public/` and let the next job do it. https://github.com/orgs/community/discussions/57010#discussioncomment-6076233
24
24
BUILD_ONLY: true
25
-
# Or if publishing to the same repo, use the automatic token
26
-
TOKEN: ${{ secrets.TOKEN }}
27
25
# Deploy static files with GitHub's "static" starter workflow. https://github.com/actions/starter-workflows/blob/main/pages/static.yml
0 commit comments