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

Pull Matrix server configuration (#1656)

This commit is contained in:
2022-08-18 11:46:56 -05:00
committed by GitHub
parent 605b0fd954
commit a7505190d4
3 changed files with 6 additions and 16 deletions

View File

@ -54,6 +54,12 @@ jobs:
pipenv run mkdocs build --config-file mkdocs.production.yml
mv .well-known site/
pipenv run mkdocs --version
- name: Matrix homeserver configuration
run: |
mkdir -p site/.well-known/matrix
curl -o site/.well-known/matrix/server https://matrix.privacyguides.org/.well-known/matrix/server
curl -o site/.well-known/matrix/client https://matrix.privacyguides.org/.well-known/matrix/client
- name: Package website
uses: actions/upload-pages-artifact@v1