Skip to content

Commit b3f5bc6

Browse files
committed
Adds eleventy build action
1 parent bf80dad commit b3f5bc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yml renamed to .github/workflows/eleventy_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
runs-on: ubuntu-18.04
77
steps:
88
- uses: actions/checkout@main
9+
- name: Build
10+
uses: TartanLlama/[email protected]
11+
with:
12+
args: --pathprefix='/foss.training/'
13+
install_dependencies: true
914
- name: Deploy
1015
uses: peaceiris/actions-gh-pages@v3
1116
with:

0 commit comments

Comments
 (0)