mirror of
https://git.resf.org/sig_core/wiki.git
synced 2025-01-02 15:50:58 +00:00
fix up gitlab ci
This commit is contained in:
parent
bcc646f6f1
commit
54d890be80
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ before_script:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: rockylinux:latest
|
image: "rockylinux:latest"
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- mkdocs build --script --verbose --site-dir test
|
- mkdocs build --script --verbose --site-dir test
|
||||||
|
|
Loading…
Reference in a new issue