Skip to content

Commit 2d5cf24

Browse files
committed
prepare for secret file-typo fixes
1 parent 76aceab commit 2d5cf24

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ tinymta
1515
*/feed_info.txt
1616
light.zip
1717
full.zip
18+
release.bat

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ docs/_config.yml : _config.yml
2121
docs/README.md : README.md
2222
copy /y README.md "$@"
2323

24+
docs/google71e8cfa7440e51ce.html : google71e8cfa7440e51ce.html
25+
copy /y google71e8cfa7440e51ce.html "$@"
26+
2427
MNRR :
2528
cd mnr && $(MAKE) all
2629

@@ -49,4 +52,5 @@ mini:
4952

5053
all: docs/index.htm docs/404.html docs/favicon.ico
5154
all: docs/CNAME docs/README.md docs/_config.yml
55+
all: docs/google71e8cfa7440e51ce.html
5256
all: MNRR LIRRMKF SUBMKF

docs/google71e8cfa7440e51ce.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google71e8cfa7440e51ce.html

google71e8cfa7440e51ce.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google71e8cfa7440e51ce.html

release_pub.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cd docs && del 1.zip && zip -r * -x README.md -x CNAME -x _config.yml && del ..\full.zip && move 1.zip ..\1.zip && cd .. && rename 1.zip full.zip
1+
cd docs && del 1.zip && zip -r * -x README.md -x CNAME -x _config.yml -x google71e8cfa7440e51ce.html && del ..\full.zip && move 1.zip ..\1.zip && cd .. && rename 1.zip full.zip
22

3-
cd docs && del 1.zip && zip -r favicon.ico stop_.htm stop.htm index.htm stations.htm li\stations.htm li\stop.htm li\stop_.htm mn\stations.htm mn\stationsmob.htm -x README.md -x CNAME -x _config.yml && del ..\light.zip && move 1.zip ..\1.zip && cd .. && rename 1.zip light.zip
3+
cd docs && del 1.zip && zip -r favicon.ico stop_.htm stop.htm index.htm stations.htm li\stations.htm li\stop.htm li\stop_.htm mn\stations.htm mn\stationsmob.htm -x README.md -x CNAME -x _config.yml -x google71e8cfa7440e51ce.html && del ..\light.zip && move 1.zip ..\1.zip && cd .. && rename 1.zip light.zip
44

55
perl uploadzips.pl

uploadzips.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ package main;
1212

1313
die unless $ENV{GITHUB_ACCESS_TOKEN};
1414

15-
my $tok = $
1615
my $gh = Net::GitHub::V3->new(
1716
access_token => $ENV{GITHUB_ACCESS_TOKEN},
1817
);

0 commit comments

Comments
 (0)