This commit is contained in:
parent
3af58392f3
commit
294e310000
1 changed files with 5 additions and 5 deletions
|
@ -4,16 +4,16 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: gitpot_main
|
runs-on: gitpot_main
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/node:20-bookworm
|
image: ghcr.io/peaceiris/hugo:latest-full
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Go
|
# - name: Install Dependencies
|
||||||
run: |
|
# run: |
|
||||||
apt-get update
|
# apt-get update
|
||||||
apt-get install -y golang-go
|
# apt-get install -y golang-go
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||||
|
|
Loading…
Reference in a new issue