Try cd
This commit is contained in:
parent
3fe1ee78b4
commit
8545a74d33
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pelican-publish.yml
vendored
3
.github/workflows/pelican-publish.yml
vendored
|
@ -10,9 +10,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Change path
|
||||
run: cd docs
|
||||
- name: Build and Publish
|
||||
uses: nelsonjchen/gh-pages-pelican-action@master
|
||||
working-directory: docs
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
PELICAN_CONFIG_FILE: docs/publishconf.py
|
||||
|
|
Loading…
Reference in a new issue