Skip to content

Commit cc72475

Browse files
authored
Merge pull request #153 from hughrun/branch_versions
clean up old versions code
2 parents b9566db + 1560d7a commit cc72475

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@ jobs:
5757
run: |
5858
python generate.py
5959
60-
- name: Process and compile versions
61-
run: |
62-
for version in $(git branch --list "v*[0-9\.]");
63-
do
64-
git checkout --force ${version}
65-
./bw-dev messages:update
66-
python generate.py ${version}
67-
done
68-
6960
- uses: stefanzweifel/git-auto-commit-action@v5
7061
with:
7162
commit_user_name: BookWyrm Bot
@@ -119,15 +110,6 @@ jobs:
119110
run: |
120111
python generate.py
121112
122-
- name: Process and compile versions
123-
run: |
124-
for version in $(git branch --list "v*[0-9\.]");
125-
do
126-
git checkout --force ${version}
127-
./bw-dev messages:update
128-
python generate.py ${version}
129-
done
130-
131113
- uses: stefanzweifel/git-auto-commit-action@v5
132114
with:
133115
commit_user_name: BookWyrm Bot

0 commit comments

Comments
 (0)