Skip to content

Commit 3fa51e2

Browse files
authored
chore: remove docs mirror (AztecProtocol#3122)
No longer deemed useful, extra repo was confusing
1 parent 57bec53 commit 3fa51e2

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/mirror_repos.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,8 @@ on:
1212
- cron: '0 2 * * *'
1313

1414
jobs:
15-
mirror-to-docs-repo:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v3
20-
with:
21-
fetch-depth: 0
22-
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
23-
- name: Push to docs repo
24-
run: |
25-
SUBREPO_PATH=docs
26-
git config --global user.name AztecBot
27-
git config --global user.email [email protected]
28-
29-
if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=main; then
30-
git fetch # in case a commit came after this
31-
git rebase origin/master
32-
git commit --amend -m "$(git log -1 --pretty=%B) [skip ci]"
33-
git push
34-
fi
35-
3615
mirror-to-build-system-repo:
3716
runs-on: ubuntu-latest
38-
# Force sequential.
39-
needs: mirror-to-docs-repo
4017
steps:
4118
- name: Checkout
4219
uses: actions/checkout@v3

0 commit comments

Comments
 (0)