From 9502da50a5e67fbbaad0205c1b9feb754b11e443 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Sat, 15 Apr 2023 17:43:10 -0700 Subject: [PATCH] revert workflows --- .github/workflows/gen_docs.yml | 2 +- .github/workflows/gen_tutorials.yml | 4 ++-- .github/workflows/main.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gen_docs.yml b/.github/workflows/gen_docs.yml index 9b6e208..80f55be 100644 --- a/.github/workflows/gen_docs.yml +++ b/.github/workflows/gen_docs.yml @@ -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 diff --git a/.github/workflows/gen_tutorials.yml b/.github/workflows/gen_tutorials.yml index e08b859..efdde5f 100644 --- a/.github/workflows/gen_tutorials.yml +++ b/.github/workflows/gen_tutorials.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5097fd..e7ba21e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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