mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-18 12:54:10 +00:00
Run Prettier
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Scheduled build
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
script: yarn build
|
||||
language: node_js
|
||||
node_js:
|
||||
- "12.18"
|
||||
- '12.18'
|
||||
install:
|
||||
- yarn
|
||||
test:
|
||||
@@ -12,7 +12,7 @@ deploy:
|
||||
provider: pages
|
||||
fqdn: koodiklinikka.fi
|
||||
skip_cleanup: true
|
||||
github_token: "$GITHUB_TOKEN"
|
||||
github_token: '$GITHUB_TOKEN'
|
||||
repo: koodiklinikka/koodiklinikka.github.io
|
||||
target_branch: master
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user