changed deploy action to run on ubuntu-22.04
Some checks failed
hugo-deploy / deploy (push) Failing after 1m27s
Some checks failed
hugo-deploy / deploy (push) Failing after 1m27s
This commit is contained in:
parent
cd133371c7
commit
2f92048bc5
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue