Skip to content

fix broken images in migrated blogposts #210

fix broken images in migrated blogposts

fix broken images in migrated blogposts #210

Workflow file for this run

name: citest
on:
push:
jobs:
citest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: preparetest tests
run: |
make preparetest
- name: run tests
run: |
make test
- name: cleanup
run: |
make clean