Skip to content

Commit

Permalink
chore: Set working directory to 'pages' in static.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Aug 25, 2024
1 parent 9cac9c9 commit d45ea6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
default:
run:
working-directory: pages
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d45ea6a

Please sign in to comment.