1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-25 04:41:13 +00:00

Add changelog, deploy on tagged releases (#987)

This commit is contained in:
2022-04-11 22:10:10 -05:00
committed by GitHub
parent 834d30ac8c
commit 4ae2e9453c
4 changed files with 50 additions and 15 deletions

16
.github/CODEOWNERS vendored
View File

@@ -1,21 +1,13 @@
# Additional Co-Owners are added to the TOP of this file.
# High-traffic pages
/index.html @JonahAragon @dngray
/blog.html @JonahAragon
/docs/index.md @JonahAragon @dngray
/theme/overrides/ @JonahAragon
# Org/legal
/notices.md @JonahAragon
/privacy-policy.md @JonahAragon
# Org
/docs/about/ @JonahAragon
LICENSE @JonahAragon
# Website dev
/_sass/ @JonahAragon
/_layouts/ @JonahAragon
Gemfile @JonahAragon
Gemfile.lock @JonahAragon
_config.yml @JonahAragon
# Ops
/.github/ @JonahAragon
/.well-known/ @JonahAragon

View File

@@ -1,8 +1,7 @@
name: Deploy Website
on:
push:
branches:
- main
release:
types: [published]
env:
PYTHON_VERSION: 3.x