Skip to content

Commit

Permalink
Merge pull request #17 from b263/fix-pages
Browse files Browse the repository at this point in the history
Fix pages
  • Loading branch information
b263 authored Jan 15, 2024
2 parents 81ee60e + 2f77286 commit a7544b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ concurrency:
group: pages
cancel-in-progress: false

defaults:
run:
working-directory: src/js

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 a7544b2

Please sign in to comment.