Skip to content

Commit

Permalink
fix: use dash instead of underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
abiriadev committed Dec 11, 2023
1 parent 128f0c9 commit 0fd74ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pnpm install
- name: Build frontend
run: pnpm build
working_directory: frontend
working-directory: frontend
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand All @@ -40,7 +40,6 @@ jobs:
environment:
name: GitHub Pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 0fd74ec

Please sign in to comment.