Skip to content

Commit

Permalink
fix: setting default path in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
jawahar273 committed Feb 5, 2024
1 parent d5eeeef commit e6347cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh.page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server/web
needs: build
steps:
- name: Upload Artifact
Expand Down

0 comments on commit e6347cc

Please sign in to comment.