These workflows are pretty redundant (they do the same thing except one deploys at the end and run in response to different events). That duplication makes it easy for things to get out of sync and make mistakes. This merges the two workflows into one, and makes the deploy step conditional, so it only runs on pushes to `main`, whereas the rest also run on pull requests.
This updates the frontend deploy workflow to deploy to this repo's GH pages instead of to geoplatform.gov's S3 bucket. There's also some light cleanup of the deploy workflow overall. Fixes#2.
In this EDGI fork, we don't have all the same deployment targets, variables, secrets, etc., so a lot of these workflows will not really work. We might ultimately remove them or we might refactor them to work differently.
* update spanish content
- closes#2154
* fix download links
- add how to use communites document in Spanish
* add language toggle on mobile
- update snapshots
* add instruction and memo in spanish
* add translations
* update tutorial links
* update links to es
* remove npm audit
* add survey links to "how you can help"
* change case back to lower case
* Update code owners to include new folks and remove the departed ones
* Update maintainers to reflect the current personnel
* Update contributing with the latest, and make small changes to readme to make it easier to read
* Update maintainers with Lucas Brown
* Update installation guide to refine instructions and make them easier to follow
* Try emojis to make notes stand out more
* Experiment with note
* Moved installation of data pipeline into a new file (contents TBD), and redid most part of the data pipeline README for clarity and readability
* Add mermaid diagram
* Fix table
* Update readme for clarity and correctness
* Update TOC
* Fix comparator doc
* Add section on internal score comparison
* Move tox information from installation to testing
* Update installation for data pipeline
* Add emojis to make picking out platform-specific instructions easier
* Fix Git caps
* Update for readability
* Add direct link to VS Code instructions
* Fix broken link and improve readability
* Update installation for clarity and proper case
* Update python text
* Clean up information about poetry and poetry lockfiles
* Remove duplicate paragraph
* Fix case
* update date table
* re-adjust table to put links at the end
* Fix a few minor typos
---------
Co-authored-by: Sam Powers <121890478+sampowers-usds@users.noreply.github.com>
* Add ability to perform score comparisons, and include that ability in github action
* Update version of add-pr-comment
* Update code with black
* Update comparator.py
* Fix message-path and remove extra parameter
* Update the text to be a bit more friendly and easy to read