mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
commit
9b3ff36b1d
3 changed files with 9 additions and 15 deletions
8
.github/openscad_docsgen.json
vendored
8
.github/openscad_docsgen.json
vendored
|
@ -4,11 +4,9 @@
|
|||
"owner": "docsgen",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^!! ((WARNING|ERROR) at ([^:]+):(\\d+): .*[^:])$",
|
||||
"message": 1,
|
||||
"severity": 2,
|
||||
"file": 3,
|
||||
"line": 4
|
||||
"regexp": "^!! (WARNING|ERROR) at ([^:]+:\\d+: .*[^:])$",
|
||||
"severity": 1,
|
||||
"message": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
2
.github/workflows/docsgen.yml
vendored
2
.github/workflows/docsgen.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Checkout Wiki
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ${{github.repository}}.wiki
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Install gifsicle
|
||||
|
|
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -8,11 +8,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Clone Wiki
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
git clone https://github.com/revarbat/BOSL2.wiki.git
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
@ -33,9 +28,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Clone Wiki
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
git clone https://github.com/revarbat/BOSL2.wiki.git
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Apt Update
|
||||
run: sudo apt update
|
||||
|
@ -53,7 +49,7 @@ jobs:
|
|||
sudo mv OpenSCAD-2021.01*-x86_64.AppImage /usr/local/bin/openscad
|
||||
sudo chmod +x /usr/local/bin/openscad
|
||||
|
||||
- name: Generating Docs
|
||||
- name: Checking Docs
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
echo "::add-matcher::.github/openscad_docsgen.json"
|
||||
|
|
Loading…
Reference in a new issue