File tree Expand file tree Collapse file tree 5 files changed +1020
-1257
lines changed Expand file tree Collapse file tree 5 files changed +1020
-1257
lines changed Original file line number Diff line number Diff line change 11name : CI
22
33on :
4+ push :
5+ branches : ["main"]
46 pull_request_target :
57 paths :
68 - ' src/**'
79 - ' test/**'
810 - ' *.json'
11+ - ' *.js'
12+ - ' *.ts'
13+ - ' lib/**'
14+ - ' scripts/**'
15+ workflow_dispatch :
916
1017jobs :
1118 build :
Original file line number Diff line number Diff line change 1- # Simple workflow for deploying static content to GitHub Pages
21name : Deploy static content to Pages
32
43on :
54 push :
65 branches : ["main"]
7-
8- # Allows you to run this workflow manually from the Actions tab
96 workflow_dispatch :
107
11- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
128permissions :
139 contents : read
1410 pages : write
1511 id-token : write
1612
17- # Allow one concurrent deployment
1813concurrency :
1914 group : " pages"
2015 cancel-in-progress : true
2116
2217jobs :
23- # Single deploy job since we're just deploying
2418 deploy :
2519 environment :
2620 name : github-pages
4135 - name : Setup Pages
4236 uses : actions/configure-pages@v4
4337 - name : Upload artifact
44- uses : actions/upload-pages-artifact@v3
38+ uses : actions/upload-pages-artifact@v4
4539 with :
4640 path : ' ./docs'
4741 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 1- /.github
2- /.tap
31/node_modules
2+ /tsconfig.json
3+ /package-lock.json
4+ /package.json
5+ /LICENSE.md
6+ /example
7+ /.github
8+ /dist
9+ /.env
410/tap-snapshots
5-
6- /scripts /fixtures
11+ /.nyc_output
12+ /coverage
13+ /benchmark
714/.tap
15+ /test /fixture
16+ /test /fixtures
817/.tshy
9- /dist
10- /docs
11- /example
12- /node_modules
13- /tap-snapshots
14- /test /** /fixture
15- /test /** /fixtures
You can’t perform that action at this time.
0 commit comments