Skip to content

Commit b8faaba

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 52fa236 commit b8faaba

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
1+
name: Deploy jMonkeyEngine Wiki Documentation
32

43
on:
54
# Runs on pushes targeting the default branch
@@ -29,17 +28,15 @@ jobs:
2928
uses: actions/checkout@v4
3029
- name: Setup Pages
3130
uses: actions/configure-pages@v5
32-
- name: Install Git
33-
run: sudo apt-get install -y git
3431
- name: Setup Node JS
3532
run: npm install
3633
- name: Install Antora 3.1.12
3734
run: npm install -g @antora/[email protected] @antora/[email protected]
38-
- name: List Directories
35+
- name: PreExecution Listing of Directories
3936
run: ls -a
40-
- name: Debug Antora
37+
- name: Execute Antora in debugging mode
4138
run: npx -p [email protected] antora --version && npx -p [email protected] antora --fetch --stacktrace wiki-playbook.yml
42-
- name: List Directories
39+
- name: PostExecution Listing of Directories
4340
run: ls -a
4441
- name: Upload artifact
4542
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)