Skip to content

Commit

Permalink
change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganpatkakar committed Dec 12, 2023
1 parent d110e83 commit 47bf314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and Deploy
on: push
defaults:
run:
working-directory: website
jobs:
build-and-deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 47bf314

Please sign in to comment.