Skip to content

Commit

Permalink
Fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
b263 committed Jan 15, 2024
1 parent 763cf2c commit 7c68c38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Deploy docs to GitHub Pages

defaults:
run:
shell: bash
working-directory: ./src/js

on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
Expand All @@ -29,6 +24,10 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./src/js
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7c68c38

Please sign in to comment.