mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +00:00
Use working directory
This commit is contained in:
parent
0409c526ee
commit
1de934e30a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docsDeploy.yml
vendored
5
.github/workflows/docsDeploy.yml
vendored
|
|
@ -19,11 +19,14 @@ jobs:
|
|||
cache: npm
|
||||
|
||||
- name: Move into docsite dir
|
||||
working-directory: ./docsite
|
||||
run: cd docsite
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
working-directory: ./docsite
|
||||
- name: Build website
|
||||
run: npm run build
|
||||
working-directory: ./docsite
|
||||
|
||||
# Popular action to deploy to GitHub Pages:
|
||||
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
||||
|
|
@ -32,7 +35,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Build output to publish to the `gh-pages` branch:
|
||||
publish_dir: ./build
|
||||
publish_dir: ./docsite/build
|
||||
# The following lines assign commit authorship to the official
|
||||
# GH-Actions bot for deploys to `gh-pages` branch:
|
||||
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue