Skip to content

Commit 5a7de8d

Browse files
committed
Merge branch 'main' of github.com:pillar-markup/FoliageSample
2 parents 6781f9b + e87657b commit 5a7de8d

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/Generate.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Generate
33
# Controls when the workflow will run
44
on:
55
# Triggers the workflow on push or pull request events but only for the "main" branch
6-
push:
7-
branches: [ "main" ]
6+
#push:
7+
# branches: [ "main" ]
88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
1010

@@ -25,10 +25,9 @@ jobs:
2525
source: site
2626
retention-days: 5
2727

28-
- name: AddNoJekill
29-
run: touch generated/.nojekyll
28+
- name: AddNoJekill
29+
run: touch generated/.nojekyll
3030

31-
3231
deploy:
3332
runs-on: ubuntu-latest
3433
needs: [build]

site/FoliageConfig.ston

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Foliage {
22
#baseUri : 'http://tintin.github.io',
3-
#webRootPrefix : 'FoliageSample',
3+
#webRootPrefix : '/FoliageSample',
44
#blogs: [
55
'news': 'News'
66
]

0 commit comments

Comments
 (0)