mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
revert workflows
This commit is contained in:
parent
a36fcd2d81
commit
9502da50a5
3 changed files with 4 additions and 4 deletions
2
.github/workflows/gen_docs.yml
vendored
2
.github/workflows/gen_docs.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Clone Wiki
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: RAMilewski/BOSL2.wiki
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Apt Update
|
||||
|
|
4
.github/workflows/gen_tutorials.yml
vendored
4
.github/workflows/gen_tutorials.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Regenerate Tutorials
|
||||
on: [workflow_dispatch]
|
||||
name: Regenerate Tutorials
|
||||
|
||||
jobs:
|
||||
RegenerateTutorials:
|
||||
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Clone Wiki
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: RAMilewski/BOSL2.wiki
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Apt Update
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
- name: Clone Wiki
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: RAMilewski/BOSL2.wiki
|
||||
repository: revarbat/BOSL2.wiki
|
||||
path: BOSL2.wiki
|
||||
|
||||
- name: Apt Update
|
||||
|
|
Loading…
Reference in a new issue