mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-01-26 11:23:59 +00:00
Tweak everything for 2023
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
||||
GENERATE_SOURCEMAP: 'false'
|
||||
- run: cp -a analysaattori/dist ./out/analysaattori
|
||||
- run: ls -laR out
|
||||
- run: touch out/.nojekyll
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
@@ -44,3 +45,8 @@ jobs:
|
||||
folder: out
|
||||
clean: false
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
env:
|
||||
GIT_AUTHOR_EMAIL: "koodiklinikka-robot@example.com"
|
||||
GIT_AUTHOR_NAME: "Koodiklinikka Robot"
|
||||
GIT_COMMITTER_EMAIL: "koodiklinikka-robot@example.com"
|
||||
GIT_COMMITTER_NAME: "Koodiklinikka Robot"
|
||||
|
||||
Reference in New Issue
Block a user