diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..a2c7801 --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,30 @@ +on: + workflow_dispatch: + push: + branches: main + +name: Quarto Publish + +jobs: + build-deploy: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Check out repository + uses: actions/checkout@v3 + + - name: Set up Quarto + uses: quarto-dev/quarto-actions/setup@v2 + with: + # To install LaTeX to build PDF book + tinytex: true + # uncomment below and fill to pin a version + # version: 0.41 + + - name: Render and Publish + uses: quarto-dev/quarto-actions/publish@v2 + with: + target: gh-pages + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index aecfff0..38591f0 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,11 +2,11 @@ project: type: book book: - title: "SWAMP Manual" + title: "SWAMP Strategy" author: "CA Surface Water Ambient Monitoring Program (SWAMP)" - date: "2023-02-03" + date: "2024-03-01" search: true - repo-url: https://github.com/CAWaterBoardDataCenter/swamp-manual + repo-url: https://github.com/CAWaterBoardDataCenter/swamp-strategy repo-actions: [edit, issue] downloads: [pdf, epub] sharing: [twitter, facebook] diff --git a/about-swamp.qmd b/about-swamp.qmd index e799f78..7c2b0e9 100644 --- a/about-swamp.qmd +++ b/about-swamp.qmd @@ -28,7 +28,7 @@ SWAMP IQ assists ambient monitoring projects and programs throughout the state b ## SWAMP Resources | Purpose | Title & Weblink | -|----------------------------------------|----------------------------| +|---------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Overview of SWAMP | [SWAMP Website](https://www.waterboards.ca.gov/water_issues/programs/swamp/) | | Overview of SWAMP IQ | [SWAMP IQ Website](https://www.waterboards.ca.gov/water_issues/programs/swamp/swamp_iq) | | Current SWAMP program priorities and strategies | [SWAMP Strategic Action Plan, 2020-2023](https://docs.google.com/document/d/1g08L8GUHdEMLCxNS1vppNEXobf4bYOmK/edit?usp=sharing&ouid=118425894617420506258&rtpof=true&sd=true) | diff --git a/images/swamp-iq-logo.jpg b/images/swamp-iq-logo.jpg new file mode 100644 index 0000000..113ce45 Binary files /dev/null and b/images/swamp-iq-logo.jpg differ diff --git a/images/swamp-iq-logos.png b/images/swamp-iq-logos.png new file mode 100644 index 0000000..1bbe70d Binary files /dev/null and b/images/swamp-iq-logos.png differ diff --git a/images/swamp-logo.jpg b/images/swamp-logo.jpg new file mode 100644 index 0000000..a3a9e2d Binary files /dev/null and b/images/swamp-logo.jpg differ