Skip to content

Commit 95f0e50

Browse files
committed
16.4の自動更新を停止
1 parent 249b83f commit 95f0e50

1,182 files changed

Lines changed: 3 additions & 309073 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,6 @@ jobs:
4040
rm -R current/*
4141
cp -aR tmp-jpug-doc/doc/src/sgml/html current/
4242
cp -a tmp-jpug-doc/doc/src/sgml/postgres-A4.pdf current/
43-
- name: Fetch and switch branch
44-
run: |
45-
cd tmp-jpug-doc
46-
git fetch origin doc_ja_16:doc_ja_16
47-
git switch doc_ja_16
48-
- name: build16
49-
working-directory: tmp-jpug-doc
50-
run: |
51-
./configure
52-
cd doc/src/sgml
53-
rm -R html
54-
make clean
55-
make ORIGINAL=1 html
56-
make postgres-A4.pdf
57-
- name: copy 16current
58-
if: success()
59-
run: |
60-
rm -R jpug-doc/16.4/*
61-
cp -aR tmp-jpug-doc/doc/src/sgml/html jpug-doc/16.4/
62-
cp -a tmp-jpug-doc/doc/src/sgml/postgres-A4.pdf jpug-doc/16.4/postgresql-16.4-A4.pdf
6343
- name: setup git config
6444
run: |
6545
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
@@ -71,15 +51,11 @@ jobs:
7151
git add -N jpug-doc/16.4/
7252
if ! git diff --name-only current|grep -E -v "bookindex.html|postgres-A4.pdf" ;
7353
then
74-
if ! git diff --name-only jpug-doc/16.4/|grep -E -v "bookindex.html|postgresql-16.4-A4.pdf" ;
75-
then
76-
echo "Do not update"
77-
exit 0
78-
fi
54+
echo "Do not update"
55+
exit 0
7956
fi
8057
echo "Update because there is a difference"
8158
sed -i -e "s/last-updated:.*$/last-updated: $(TZ=Asia/Tokyo date "+%Y-%m-%d %T %Z")/" index.md
8259
sed -i -e "s/<em id=\"update\">.*<\/em>/<em id=\"update\">$(TZ=Asia/Tokyo date "+%Y-%m-%d")<\/em>/" index.md
83-
git add -A current jpug-doc/16.4/ index.md
8460
git commit -m "by GitHub Actions [skip ci]"
8561
git push origin master

index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ last-updated: 2025-05-22 04:30:55 JST
2525

2626
| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2727
|:---------------------------|:---------------------------------------------:|:--------------------------------------------:|:---:|:----------:|
28-
| [16.4最新](jpug-doc/16.4/html/) | [PDF](jpug-doc/16.4/postgresql-16.4-A4.pdf) | | | <em id="update">2025-05-22</em> |
29-
| [16.4](jpug-doc/16.4old/html/) | [PDF](jpug-doc/16.4old/postgresql-16.4-A4.pdf) | [EPUB](jpug-doc/16.4old/postgresql-16.4.epub) | [man.tar.gz](jpug-doc/16.4old/man.tar.gz) | 2024-09-03 |
28+
| [16.4](jpug-doc/16.4/html/) | [PDF](jpug-doc/16.4/postgresql-16.4-A4.pdf) | [EPUB](jpug-doc/16.4/postgresql-16.4.epub) | [man.tar.gz](jpug-doc/16.4/man.tar.gz) | 2025-05-22 |
3029
| [16.3](jpug-doc/16.3/html/) | [PDF](jpug-doc/16.3/postgresql-16.3-A4.pdf) | [EPUB](jpug-doc/16.3/postgresql-16.3.epub) | [man.tar.gz](jpug-doc/16.3/man.tar.gz) | 2024-08-15 |
3130
| [16.0](jpug-doc/16.0/html/) | [PDF](jpug-doc/16.0/postgresql-16.0-A4.pdf) | [EPUB](jpug-doc/16.0/postgresql-16.0.epub) | [man.tar.gz](jpug-doc/16.0/man.tar.gz) | 2024-05-15 |
3231

jpug-doc/16.4/man.tar.gz

550 KB
Binary file not shown.
66.8 KB
Binary file not shown.

jpug-doc/16.4/postgresql-16.4.epub

3.83 MB
Binary file not shown.

jpug-doc/16.4old/html/acronyms.html

Lines changed: 0 additions & 476 deletions
This file was deleted.

jpug-doc/16.4old/html/admin.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

jpug-doc/16.4old/html/adminpack.html

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)