Compare commits

...

10 Commits

Author SHA1 Message Date
c0a93ea0cc build
Some checks failed
/ build (push) Has been skipped
/ deploy (push) Failing after 5s
2024-08-14 17:02:29 +02:00
6edc7790dc build
Some checks failed
/ deploy (push) Failing after 0s
/ build (push) Failing after 2s
2024-08-14 17:02:07 +02:00
f2114e001b build
All checks were successful
/ deploy (push) Has been skipped
/ build (push) Successful in 41s
2024-08-14 17:01:22 +02:00
1b715c2a8d build
Some checks failed
/ deploy (push) Failing after 1s
/ build (push) Successful in 33s
2024-08-14 16:57:29 +02:00
07ca3dd3a5 build
All checks were successful
/ build (push) Has been skipped
/ deploy (push) Successful in 10s
2024-08-14 16:25:52 +02:00
a333928d39 build
All checks were successful
/ build (push) Successful in 1m47s
2024-08-14 16:12:09 +02:00
eadcddc659 up 2024-08-08 20:58:59 +02:00
ad9b1cd38d try gitea action
All checks were successful
/ build (push) Successful in 16s
2024-08-03 12:00:23 +02:00
4789bb5c03 try gitea action
All checks were successful
/ build (push) Successful in 36s
2024-08-03 11:59:15 +02:00
c57c660f9f try gitea action
All checks were successful
/ build (push) Successful in 16s
2024-08-03 11:24:04 +02:00
2 changed files with 11 additions and 6 deletions

View File

@ -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 }}

View File

@ -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 >}}