This commit is contained in:
parent
8addf09ee0
commit
991bd050a4
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ on: [push]
|
|||
jobs:
|
||||
deploy:
|
||||
name: Deploy Website
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Set up SSH key
|
||||
run: |
|
||||
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
uses: https://github.com/peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: '0.145.0'
|
||||
extended: true
|
Loading…
Add table
Reference in a new issue