mirror of
https://github.com/foomo/foomo-docs.git
synced 2025-10-16 12:35:40 +00:00
feat: set correct work directory
This commit is contained in:
parent
4c42069e0e
commit
8e73e70475
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
- name: Test Build
|
- name: Test Build
|
||||||
|
working-directory: foomo
|
||||||
run: |
|
run: |
|
||||||
if [ -e yarn.lock ]; then
|
if [ -e yarn.lock ]; then
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
@ -38,6 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
|
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
|
||||||
- name: Release to GitHub Pages
|
- name: Release to GitHub Pages
|
||||||
|
working-directory: foomo
|
||||||
env:
|
env:
|
||||||
USE_SSH: true
|
USE_SSH: true
|
||||||
GIT_USER: git
|
GIT_USER: git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user