Merge pull request #533 from revarbat/revarbat_dev

Revarbat dev
This commit is contained in:
Revar Desmera
2021-05-16 12:58:18 -07:00
committed by GitHub
3 changed files with 9 additions and 15 deletions

View File

@@ -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
}
]
}

View File

@@ -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

View File

@@ -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"