File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 100100^Athlytics_.*\.tar\.gz$
101101^tatus$
102102^check_output\.txt$
103+ ^final_check\.txt$
104+ ^pkgcheck.*\.txt$
105+ ^analysis_output$
106+ ^Athlytics$
103107^\.lang$
104- ^\.cursor$
105- ^\.cursor/
106108^.*调试.*$
107109^create_multi_athlete_sample_data\.R$
108110^regenerate_figures\.R$
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ name: pkgcheck
1111jobs :
1212 pkgcheck :
1313 runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
16+ issues : write
1417 steps :
1518 - uses : actions/checkout@v4
1619
2730 env :
2831 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
2932
33+
Original file line number Diff line number Diff line change 3737 run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
3838 shell : Rscript {0}
3939
40+ - name : Create .nojekyll file
41+ run : touch docs/.nojekyll
42+
4043 - name : Deploy to GitHub pages 🚀
4144 if : github.event_name != 'pull_request'
4245 uses : JamesIves/github-pages-deploy-action@v4.6.8
You can’t perform that action at this time.
0 commit comments