From 2adca8bbb7576ef96b4bcb1d8d9b8d2b6e030e0b Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sat, 13 Aug 2022 12:27:59 +0200 Subject: [PATCH] remove wfl --- .github/workflows/updateSite.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/updateSite.yml diff --git a/.github/workflows/updateSite.yml b/.github/workflows/updateSite.yml deleted file mode 100644 index 3857c72..0000000 --- a/.github/workflows/updateSite.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Send submodule updates to the website repository - -on: - push: - branches: - - main - -jobs: - update: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - with: - repository: hyprwm/hyprland-wiki-backend - token: ${{ secrets.TOKN }} - - - name: Pull & update submodules recursively - run: | - git config --global user.name "Github Actions" - git config --global user.email "actions@github.com" - git submodule update --init --recursive - git submodule update --recursive --remote - with: - token: ${{ secrets.TOKN }} - - name: Commit - run: | - git config user.email "actions@github.com" - git config user.name "GitHub Actions - update submodules" - git add --all - git commit -m "Update submodules" || echo "No changes to commit" - git push \ No newline at end of file