Skip to content

Commit

Permalink
Convert SAR tables from HTML to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 27, 2024
1 parent 7430b24 commit 85f5ae7
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1,934 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@ jobs:
--resource-path=Specifications/Surface-Temperature
Specifications/Surface-Temperature/PFS.md
Specifications/Surface-Temperature/annex-1-card4l-requirement-examples.md
# - name: SAR
# uses: docker://pandoc/core:3.2
# with:
# args: >-
# --standalone
# --shift-heading-level-by=-1
# --from=gfm
# --reference-doc=.github/pandoc-template.docx
# --lua-filter=.github/pagebreak.lua
# --output=docs/CEOS-ARD_PFS_Synthetic-Aperture-Radar_latest.docx
# --resource-path=Specifications/Synthetic-Aperture-Radar
# Specifications/Synthetic-Aperture-Radar/PFS.md
# Specifications/Synthetic-Aperture-Radar/annex-1.1-general-processing-roadmap.md
# Specifications/Synthetic-Aperture-Radar/annex-1.2-topographic-phase-removal.md
# Specifications/Synthetic-Aperture-Radar/annex-2-polarimetric-radar.md
# Specifications/Synthetic-Aperture-Radar/annex-3-ocean-radar-backscatter-example.md
# Specifications/Synthetic-Aperture-Radar/annex-4-geocoded-single-look-complex-example.md
- name: SAR
uses: docker://pandoc/core:3.2
with:
args: >-
--standalone
--shift-heading-level-by=-1
--from=gfm
--reference-doc=.github/pandoc-template.docx
--lua-filter=.github/pagebreak.lua
--output=docs/CEOS-ARD_PFS_Synthetic-Aperture-Radar_latest.docx
--resource-path=Specifications/Synthetic-Aperture-Radar
Specifications/Synthetic-Aperture-Radar/PFS.md
Specifications/Synthetic-Aperture-Radar/annex-1.1-general-processing-roadmap.md
Specifications/Synthetic-Aperture-Radar/annex-1.2-topographic-phase-removal.md
Specifications/Synthetic-Aperture-Radar/annex-2-polarimetric-radar.md
Specifications/Synthetic-Aperture-Radar/annex-3-ocean-radar-backscatter-example.md
Specifications/Synthetic-Aperture-Radar/annex-4-geocoded-single-look-complex-example.md
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 85f5ae7

Please sign in to comment.