Skip to content

Commit

Permalink
Update github_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
End-rey authored Feb 23, 2024
1 parent 6d4e0ec commit f1b348a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ concurrency:
group: 'pages'
cancel-in-progress: true

defaults:
run:
working-directory: ./frontend

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f1b348a

Please sign in to comment.