Skip to content

Commit 275cd85

Browse files
authored
Use a base element in the site generation workflow
1 parent 8bf107e commit 275cd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create pages
2727
run: |
2828
echo Building site...
29-
/usr/local/bin/mksite App-CPANModuleSite
29+
/usr/local/bin/mksite App-CPANModuleSite /app-cpanmodulesite
3030
- name: Commit new page
3131
run: |
3232
GIT_STATUS=$(git status --porcelain)

0 commit comments

Comments
 (0)