1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-03 01:52:39 +00:00

Update deploy.yml

This commit is contained in:
2022-04-14 10:00:38 -05:00
parent 28a5f9b2a4
commit 569df8a18f

View File

@ -41,7 +41,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