Compare commits

...

2 commits

Author SHA1 Message Date
Marko Korhonen ab847bbef7
Fix to GitHub workflow env
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 30s
2024-02-29 23:35:05 +02:00
Marko Korhonen fbc4e25b9c
Update percentage 2024-02-29 23:32:18 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -12,9 +12,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4
@ -30,6 +27,9 @@ jobs:
path: /public
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
name: Deploy site to GitHub Pages
runs-on: ubuntu-latest
needs: build

View file

@ -70,5 +70,5 @@ color = "orange"
[[badges]]
type = "soft-skill-indicator"
name = "Planning"
percentage = 95
percentage = 90
color = "pink"

View file

@ -70,5 +70,5 @@ color = "orange"
[[badges]]
type = "soft-skill-indicator"
name = "Suunnittelu"
percentage = 95
percentage = 90
color = "pink"