mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-30 18:24:35 +01:00
Switched to environment files
This commit is contained in:
parent
8eed081c5a
commit
c5b08e0fe8
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||||
echo "::set-env name=THEME_DIR::mkdocs-material-insiders/material"
|
echo "THEME_DIR=mkdocs-material-insiders/material" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Deploy documentation
|
- name: Deploy documentation
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user