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

Enable social cards (#1691)

This commit is contained in:
2022-08-24 20:18:26 -05:00
committed by GitHub
parent 7a594bbf27
commit 88bb0721eb
7 changed files with 27 additions and 19 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
- name: Cache files
uses: actions/cache@v3.0.8
@ -50,6 +50,7 @@ jobs:
- name: Build website
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARDS: true
run: |
pipenv run mkdocs build --config-file mkdocs.production.yml
mv .well-known site/
@ -66,8 +67,6 @@ jobs:
with:
path: site
deploy:
name: Deploy
needs: build