Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinster committed Jul 16, 2024
1 parent 6f20cfa commit 6d648d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ on:
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

defaults:
run:
shell: bash
working-directory: ./website/

jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./website
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -33,7 +32,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./website/build/
path: ./website/build

deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 6d648d5

Please sign in to comment.