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
commit 9b3ff36b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 15 deletions

View file

@ -4,11 +4,9 @@
"owner": "docsgen", "owner": "docsgen",
"pattern": [ "pattern": [
{ {
"regexp": "^!! ((WARNING|ERROR) at ([^:]+):(\\d+): .*[^:])$", "regexp": "^!! (WARNING|ERROR) at ([^:]+:\\d+: .*[^:])$",
"message": 1, "severity": 1,
"severity": 2, "message": 2
"file": 3,
"line": 4
} }
] ]
} }

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout Wiki - name: Checkout Wiki
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: ${{github.repository}}.wiki repository: revarbat/BOSL2.wiki
path: BOSL2.wiki path: BOSL2.wiki
- name: Install gifsicle - name: Install gifsicle

View file

@ -8,11 +8,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Clone Wiki
run: |
cd $GITHUB_WORKSPACE
git clone https://github.com/revarbat/BOSL2.wiki.git
- name: Install OpenSCAD - name: Install OpenSCAD
run: | run: |
cd $GITHUB_WORKSPACE cd $GITHUB_WORKSPACE
@ -33,9 +28,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Clone Wiki - name: Clone Wiki
run: | uses: actions/checkout@v2
cd $GITHUB_WORKSPACE with:
git clone https://github.com/revarbat/BOSL2.wiki.git repository: revarbat/BOSL2.wiki
path: BOSL2.wiki
- name: Apt Update - name: Apt Update
run: sudo apt update run: sudo apt update
@ -53,7 +49,7 @@ jobs:
sudo mv OpenSCAD-2021.01*-x86_64.AppImage /usr/local/bin/openscad sudo mv OpenSCAD-2021.01*-x86_64.AppImage /usr/local/bin/openscad
sudo chmod +x /usr/local/bin/openscad sudo chmod +x /usr/local/bin/openscad
- name: Generating Docs - name: Checking Docs
run: | run: |
cd $GITHUB_WORKSPACE cd $GITHUB_WORKSPACE
echo "::add-matcher::.github/openscad_docsgen.json" echo "::add-matcher::.github/openscad_docsgen.json"