mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Optimized PR Previews
This commit is contained in:
parent
8aacb15e21
commit
0f4a35d003
23
.github/workflows/preview.yml
vendored
23
.github/workflows/preview.yml
vendored
@ -19,25 +19,13 @@ jobs:
|
|||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
ref: ${{github.event.pull_request.head.ref}}
|
ref: ${{github.event.pull_request.head.ref}}
|
||||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
|
ssh-key: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Set up Python runtime
|
- name: Set up Python runtime
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: '3.7'
|
||||||
|
|
||||||
- name: Install Python dependencies
|
|
||||||
run: |
|
|
||||||
pip install 'mkdocs>=1.3.0'
|
|
||||||
pip install mkdocs-static-i18n
|
|
||||||
pip install mkdocs-git-revision-date-localized-plugin
|
|
||||||
|
|
||||||
- name: Install mkdocs-material Insiders build
|
|
||||||
if: github.event.repository.fork == false
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
||||||
run: |
|
|
||||||
git clone --depth 1 https://${GH_TOKEN}@github.com/privacyguides/mkdocs-material-insiders.git
|
|
||||||
pip install -e mkdocs-material-insiders
|
|
||||||
|
|
||||||
- name: Deploy to surge.sh
|
- name: Deploy to surge.sh
|
||||||
uses: afc163/surge-preview@v1
|
uses: afc163/surge-preview@v1
|
||||||
@ -46,5 +34,8 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
dist: site
|
dist: site
|
||||||
teardown: 'true'
|
teardown: 'true'
|
||||||
|
failOnError: 'true'
|
||||||
build: |
|
build: |
|
||||||
mkdocs build
|
pip install pipenv
|
||||||
|
pipenv install
|
||||||
|
pipenv run mkdocs build
|
||||||
|
Loading…
Reference in New Issue
Block a user