File tree Expand file tree Collapse file tree 2 files changed +3
-28
lines changed
Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Simple workflow for deploying static content to GitHub Pages
2- name : Deploy static content to Pages
2+ name : Deploy thestack docs to github pages
33
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches : [" docs" ]
7+ branches : [' docs' ]
88
99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
@@ -18,15 +18,12 @@ permissions:
1818# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1919# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2020concurrency :
21- group : " pages"
21+ group : ' pages'
2222 cancel-in-progress : false
2323
2424jobs :
2525 # Single deploy job since we're just deploying
2626 deploy :
27- environment :
28- name : thestack-docs
29- url : ${{ steps.deployment.outputs.page_url }}
3027 runs-on : ubuntu-latest
3128 steps :
3229 - name : Checkout
You can’t perform that action at this time.
0 commit comments