Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit 5ac71e8

Browse files
Update main.yml
1 parent 2d2ab7b commit 5ac71e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
- run: npm run bundle
3030
- run: npx typedoc -out bundles/docs
3131
continue-on-error: true
32+
- run: touch .nojeykll
3233

3334
- name: Deploy
3435
uses: s0/git-publish-subdir-action@master
3536
env:
3637
REPO: self
3738
BRANCH: gh-pages
3839
FOLDER: bundles
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)