mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Test forgejo worker
This commit is contained in:
parent
0d108e4ec8
commit
cb19b58338
3 changed files with 23 additions and 5 deletions
18
.forgejo/workflows.publish.yaml
Normal file
18
.forgejo/workflows.publish.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
paths-ignore:
|
||||||
|
- indiekit/**
|
||||||
|
- .github/workflows/indiekit-docker.yml
|
||||||
|
- tools/**
|
||||||
|
schedule:
|
||||||
|
# Rebuild every day, to update 'year relative' dates, change now page & calendar
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo "All good"
|
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -49,11 +49,6 @@ jobs:
|
||||||
wget -q -O ${{ runner.temp }}/task.tar.gz https://github.com/go-task/task/releases/download/v${TASK_VERSION}/task_linux_amd64.tar.gz \
|
wget -q -O ${{ runner.temp }}/task.tar.gz https://github.com/go-task/task/releases/download/v${TASK_VERSION}/task_linux_amd64.tar.gz \
|
||||||
&& tar -xpf ${{ runner.temp }}/task.tar.gz task \
|
&& tar -xpf ${{ runner.temp }}/task.tar.gz task \
|
||||||
&& mv task /usr/local/bin/task
|
&& mv task /usr/local/bin/task
|
||||||
- name: Install Restic CLI
|
|
||||||
run: |
|
|
||||||
wget -q -O ${{ runner.temp }}/restic.bz2 https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2 \
|
|
||||||
&& bunzip2 ${{ runner.temp }}/restic.bz2 \
|
|
||||||
&& mv ${{ runner.temp }}/restic /usr/local/bin/restic
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
---
|
---
|
||||||
date: 2024-11-18T10:33:08.522Z
|
date: 2024-11-18T10:33:08.522Z
|
||||||
publishDate: 2024-11-18T10:33:08.522Z
|
publishDate: 2024-11-18T10:33:08.522Z
|
||||||
|
topics:
|
||||||
|
- Reflections
|
||||||
|
tags:
|
||||||
|
- games
|
||||||
|
- review
|
||||||
---
|
---
|
||||||
|
|
||||||
Chants of Sennaar has been an _absolute joy_ to play. The final sequence (which I won't spoil here) particularly moved me. If you have even a passing enjoyment of language or puzzles then what are you doing still reading this? https://www.focus-entmt.com/en/games/chants-of-sennaar
|
Chants of Sennaar has been an _absolute joy_ to play. The final sequence (which I won't spoil here) particularly moved me. If you have even a passing enjoyment of language or puzzles then what are you doing still reading this? https://www.focus-entmt.com/en/games/chants-of-sennaar
|
||||||
|
|
Loading…
Reference in a new issue