File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed 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 :
5- # Runs on pushes targeting the default branch
64 push :
75 branches : ["master"]
8-
9- # Allows you to run this workflow manually from the Actions tab
6+ paths :
7+ - " resume.typ "
108 workflow_dispatch :
119
12- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1310permissions :
1411 contents : read
1512 pages : write
1613 id-token : write
1714
18- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2015concurrency :
2116 group : " pages"
2217 cancel-in-progress : false
2318
2419jobs :
25- # Single deploy job since we're just deploying
2620 deploy :
2721 environment :
2822 name : github-pages
You can’t perform that action at this time.
0 commit comments