1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-19 09:52:42 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
002aec543f Add manual deployment trigger 2022-04-14 10:09:08 -05:00
569df8a18f Update deploy.yml 2022-04-14 10:00:38 -05:00

View File

@ -1,5 +1,6 @@
name: Deploy Website
on:
workflow_dispatch:
release:
types: [published]
@ -41,7 +42,7 @@ jobs:
- name: Build website
run: |
mkdocs build --config-file mkdocs.production.yml
mkdocs build
mv .well-known site/
tar cvf site.tar site
mkdocs --version