Skip to content

Commit

Permalink
update yml + gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AHolder1 committed Feb 15, 2024
1 parent 1b0929c commit 852a1be
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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 }}
6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion about-swamp.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
Binary file added images/swamp-iq-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/swamp-iq-logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/swamp-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 852a1be

Please sign in to comment.