There was an error while loading. Please reload this page.
2 parents 6781f9b + e87657b commit 5a7de8dCopy full SHA for 5a7de8d
2 files changed
.github/workflows/Generate.yml
@@ -3,8 +3,8 @@ name: Generate
3
# Controls when the workflow will run
4
on:
5
# Triggers the workflow on push or pull request events but only for the "main" branch
6
- push:
7
- branches: [ "main" ]
+ #push:
+ # branches: [ "main" ]
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
@@ -25,10 +25,9 @@ jobs:
25
source: site
26
retention-days: 5
27
28
- - name: AddNoJekill
29
- run: touch generated/.nojekyll
+ - name: AddNoJekill
+ run: touch generated/.nojekyll
30
31
-
32
deploy:
33
runs-on: ubuntu-latest
34
needs: [build]
site/FoliageConfig.ston
@@ -1,6 +1,6 @@
1
Foliage {
2
#baseUri : 'http://tintin.github.io',
- #webRootPrefix : 'FoliageSample',
+ #webRootPrefix : '/FoliageSample',
#blogs: [
'news': 'News'
]
0 commit comments