mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-11-10 08:57:22 +01:00
commit
bcbc1c9537
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -23,3 +23,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: release/wwwroot
|
FOLDER: release/wwwroot
|
||||||
|
- name: Change base-tag in index.html from / to y4f
|
||||||
|
run: sed -i 's/<base href="\/" \/>/<base href="\/y4f\/" \/>/g' release/wwwroot/index.html
|
||||||
|
- name: Add .nojekyll file
|
||||||
|
run: touch release/wwwroot/.nojekyll
|
||||||
|
Loading…
Reference in New Issue
Block a user