mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
Fixed wiki repo url.
This commit is contained in:
parent
45e68af2d7
commit
110b9fbda4
2 changed files with 2 additions and 2 deletions
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: https://github.com/revarbat/BOSL2.wiki.git
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Install gifsicle
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Clone Wiki
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: https://github.com/revarbat/BOSL2.wiki.git
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Apt Update
|
||||
|
|
Loading…
Reference in a new issue