Skip to content

Commit

Permalink
polish mirroring action
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Feb 19, 2024
1 parent 087eb08 commit 21180f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a basic workflow to help you get started with Actions

name: Mirror

# Controls when the workflow will run
Expand Down Expand Up @@ -39,6 +37,8 @@ jobs:
git rm .github/workflows/publish-pages-only.yml
git rm .github/workflows/publish.yml
git rm .github/workflows/publish-dry-run.yml
git rm .github/workflows/build-jvm.yml
git rm .github/workflows/build-ios.yml
- name: Commit cleanup changes
run: git commit -m "Prepare mirroring"
- name: Set destination to ${{ vars.MIRROR_REMOTE }}
Expand Down

0 comments on commit 21180f1

Please sign in to comment.