File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7878 fi
7979 echo "Update because there is a difference"
8080 sed -i -e "s/last-updated:.*$/last-updated: $(TZ=Asia/Tokyo date "+%Y-%m-%d %T %Z")/" index.md
81+ sed -i -e "s/<em id=\"update\">.*<\/em>/<em id=\"update\">$(TZ=Asia/Tokyo date "+%Y-%m-%d")<\/em>/" index.md
8182 git add -A current jpug-doc/16.4/ index.md
8283 git commit -m "by GitHub Actions [skip ci]"
8384 git push origin master
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ last-updated: 2025-03-04 11:10:36 JST
2525
2626| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2727| :---------------------------| :---------------------------------------------:| :--------------------------------------------:| :---:| :----------:|
28- | [ 16.4] ( jpug-doc/16.4/html/ ) | [ PDF] ( jpug-doc/16.3/postgresql-16.4-A4.pdf ) | [ EPUB] ( jpug-doc/16.4/postgresql-16.4.epub ) | [ man.tar.gz] ( jpug-doc/16.4/man.tar.gz ) | 2024-09-03 |
28+ | [ 16.4] ( jpug-doc/16.4/html/ ) | [ PDF] ( jpug-doc/16.3/postgresql-16.4-A4.pdf ) | [ EPUB] ( jpug-doc/16.4/postgresql-16.4.epub ) | [ man.tar.gz] ( jpug-doc/16.4/man.tar.gz ) | < em id = " update " >2025-03-04</ em > |
2929| [ 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 |
3030| [ 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 |
3131
You can’t perform that action at this time.
0 commit comments