mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
remove wfl
This commit is contained in:
parent
30f175acf8
commit
2adca8bbb7
1 changed files with 0 additions and 32 deletions
32
.github/workflows/updateSite.yml
vendored
32
.github/workflows/updateSite.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue