add docs CI in proper location
This commit is contained in:
parent
6b9537ee1a
commit
f914c7bd34
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/docs.yml
Normal file
13
.forgejo/workflows/docs.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: forge-1
|
||||
container:
|
||||
image: registry.gitlab.com/fedora/docs/docs-website/docs-fp-o:latest
|
||||
steps:
|
||||
- run: microdnf -y install git tar
|
||||
- uses: https://code.forgejo.org/actions/checkout@v6
|
||||
- run: antora --html-url-extension-style=indexify site.yml --log-failure-level=warn
|
||||
Loading…
Add table
Add a link
Reference in a new issue