Skip to content

Commit 7942b41

Browse files
authored
Disable Jekyll build step in pages.yml
Comment out Jekyll build step in GitHub Actions workflow
1 parent e73b180 commit 7942b41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
- name: Setup Pages
6767
uses: actions/configure-pages@v5
6868

69-
- name: Build with Jekyll
70-
uses: actions/jekyll-build-pages@v1
71-
with:
72-
source: ./docs
73-
destination: ./_site
69+
#- name: Build with Jekyll
70+
# uses: actions/jekyll-build-pages@v1
71+
# with:
72+
# source: ./docs
73+
# destination: ./_site
7474

7575
- name: Upload artifact
7676
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)