1
0
Fork 0

changed deploy action to run on ubuntu-22.04
Some checks failed
hugo-deploy / deploy (push) Failing after 1m27s

This commit is contained in:
Mia Rose Winter 2024-06-02 18:48:46 +02:00
parent cd133371c7
commit 2f92048bc5
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -9,7 +9,7 @@ defaults:
shell: bash
jobs:
deploy:
runs-on: docker
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js