Skip to content

Commit a4342cc

Browse files
authored
update pages src (#79)
1 parent b1d5632 commit a4342cc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
2122
concurrency:
2223
group: "pages"
2324
cancel-in-progress: false
@@ -34,7 +35,7 @@ jobs:
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

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
theme: minima
1+
theme: minimal

0 commit comments

Comments
 (0)