Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
c0a93ea0cc | |||
6edc7790dc | |||
f2114e001b | |||
1b715c2a8d | |||
07ca3dd3a5 | |||
a333928d39 | |||
eadcddc659 | |||
ad9b1cd38d | |||
4789bb5c03 | |||
c57c660f9f |
@ -8,20 +8,25 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ !startsWith(gitea.ref, 'refs/tags/v') }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: peaceiris/actions-hugo@v3
|
|
||||||
with:
|
|
||||||
extended: true
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: resources
|
path: resources
|
||||||
key: ${{ runner.os }}-resources
|
key: ${{ runner.os }}-resources
|
||||||
|
- uses: peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
extended: true
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
- uses: https://gitea.okami101.io/okami101/docker-action@main
|
- uses: https://gitea.okami101.io/okami101/actions/docker@main
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
uses: https://gitea.okami101.io/okami101/actions/.gitea/workflows/release.yaml@main
|
||||||
|
with:
|
||||||
|
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
|
@ -4,5 +4,5 @@ description: "This is adr1enbe4udou1n blog."
|
|||||||
---
|
---
|
||||||
|
|
||||||
{{< lead >}}
|
{{< lead >}}
|
||||||
A 🧔🌍💻 aka senior web developer @Bretagne 🇫🇷
|
A 🧔🌍💻 aka senior test web developer @Bretagne 🇫🇷
|
||||||
{{< /lead >}}
|
{{< /lead >}}
|
||||||
|
Reference in New Issue
Block a user