File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ permissions:
1616 pages : write
1717 id-token : write
1818
19- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
20- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
19+ # Allow only one concurrent deployment, skipping runs queued between the run
20+ # in-progress and latest queued. However, do NOT cancel in-progress runs as we
21+ # want to allow these production deployments to complete.
2122concurrency :
2223 group : " pages"
2324 cancel-in-progress : false
3435 - name : Build with Jekyll
3536 uses : actions/jekyll-build-pages@v1
3637 with :
37- source : . /
38+ source : docs /
3839 destination : ./_site
3940 - name : Upload artifact
4041 uses : actions/upload-pages-artifact@v2
Original file line number Diff line number Diff line change 1- theme : minima
1+ theme : minimal
You can’t perform that action at this time.
0 commit comments