Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
7b586e2f36
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 6s
2024-01-06 13:30:08 +01:00
59c15ed67b
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 6s
2024-01-06 13:29:27 +01:00
aed2618801
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 6s
2024-01-06 13:29:05 +01:00
b62f3f082b
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 6s
2024-01-06 13:27:21 +01:00
18ce1080ef
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 12s
2024-01-06 13:06:02 +01:00
a077dee713
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 9s
2024-01-06 13:01:06 +01:00
131dac6388
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 9s
2024-01-06 12:59:23 +01:00
e398ef8a2a
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 10s
2024-01-06 12:58:43 +01:00
1fc3403cec
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 11s
2024-01-06 12:54:05 +01:00
00c8a2b875
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 10s
2024-01-06 12:52:39 +01:00
8f8f2855e7
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 2m23s
2024-01-06 12:48:26 +01:00
d7916c2419
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 20s
2024-01-06 12:46:10 +01:00
8ae49a68b1
add actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build and release / build_release (push) Failing after 59s
2024-01-06 12:44:06 +01:00
6d6b164472
add actions
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
2024-01-06 12:43:00 +01:00
fd88cd0b30
add actions
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
2024-01-06 12:38:53 +01:00
80e15fded9
add actions
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
2024-01-06 12:36:06 +01:00

View file

@ -0,0 +1,19 @@
name: Build and release
on: [push]
jobs:
build_release:
runs-on: ubuntu-latest
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
lsb_release -a
- run: |
pip install mkdocs-material
pip install mkdocs-table-reader-plugin
pip install mkdocs-git-revision-date-localized-plugin
pip install pillow cairosvg
pip install mkdocs-autolinks-plugin
pip install mkdocs-markdownextradata-plugin
pip install mkdocs_version_annotations
pip install mkdocs-enumerate-headings-plugin
pip install mkdocs-redirects