Skip to content

Commit 1b7da77

Browse files
authored
Merge pull request #16 from BiAPoL/tables
switch wdir before build
2 parents e71573d + d71ac86 commit 1b7da77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Install MyST
3939
run: npm install -g mystmd
4040
- name: Build HTML Assets
41-
run: myst build --html
42-
working-directory: ./docs
41+
run: |
42+
cd docs && myst build --html .
4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v3
4545
with:

0 commit comments

Comments
 (0)