Fix git ownership
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 24s

This commit is contained in:
Marko Korhonen 2024-02-24 22:59:01 +02:00
parent 9e9536d2e7
commit 702a3e93e1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fix git ownership
run: git config --global --add safe.directory /__w/korhonen.cc/korhonen.cc
- name: Install NPM packages
run: npm install
- name: Run Hugo