Tweak everything for 2023

This commit is contained in:
Aarni Koskela
2023-09-04 15:40:25 +03:00
parent 5d40fcbae9
commit e730ee89fe
19 changed files with 1453 additions and 143 deletions

View File

@@ -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"