From 061e8bc4a443f8e858bafb92c947dddc65db7626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:48:32 +0100 Subject: [PATCH 1/6] Update DataLinkImp.tex --- DataLinkImp.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DataLinkImp.tex b/DataLinkImp.tex index aea5f28..69e899b 100644 --- a/DataLinkImp.tex +++ b/DataLinkImp.tex @@ -6,6 +6,13 @@ % see ivoatexDoc for what group names to use here \ivoagroup{DAL} + + + + + + + \author[http://www.ivoa.net/twiki/bin/view/IVOA/FrancoisBonnarel] {Fran\c{c}ois Bonnarel} \author[http://www.ivoa.net/twiki/bin/view/IVOA/MarkusDemleitner] From 24292af30a2bd0d031cc158429a456d7cef770de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:50:13 +0100 Subject: [PATCH 2/6] Update DataLinkImp.tex --- DataLinkImp.tex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DataLinkImp.tex b/DataLinkImp.tex index 69e899b..3c28607 100644 --- a/DataLinkImp.tex +++ b/DataLinkImp.tex @@ -7,12 +7,6 @@ \ivoagroup{DAL} - - - - - - \author[http://www.ivoa.net/twiki/bin/view/IVOA/FrancoisBonnarel] {Fran\c{c}ois Bonnarel} \author[http://www.ivoa.net/twiki/bin/view/IVOA/MarkusDemleitner] From 76d05d4ba1bb26902f3970736bcd6be1434264af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:57:34 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f05a18a..18cb765 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # DataLinkRecImplNote + [![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/$(DOCNAME)-draft.pdf) From 5e17bd644052a8822c883e041809a80f28f6d498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:58:20 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cb765..694a272 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # DataLinkRecImplNote - [![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/$(DOCNAME)-draft.pdf) + [![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/DataLinkImp-draft.pdf) From 88277c05c2a5f1fc966390c30d7ef1a30bebe521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:36:27 +0100 Subject: [PATCH 5/6] Update preview.yml change master to main --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0be7e00..1ba912a 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,7 @@ env: on: push: branches: - - master + - main jobs: build: From 633781a514f7baa7c93192652832bf13a0077591 Mon Sep 17 00:00:00 2001 From: BONNAREL FRANCOIS Date: Thu, 25 Jan 2024 16:42:11 +0100 Subject: [PATCH 6/6] for preview.yml validation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e4a391d..da49cd1 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ DOCVERSION = 1.0 # Publication date, ISO format; update manually for "releases" DOCDATE = 2024-01-19 + # What is it you're writing: NOTE, WD, PR, REC, PEN, or EN DOCTYPE = NOTE