ci: set working directory for build and deploy job in Azure Static Web Apps workflow

This commit is contained in:
Siarhei Bareika 2025-03-17 10:47:31 +01:00
parent 90d68ea192
commit 6842a03f92
No known key found for this signature in database
GPG Key ID: 2D2768C44911298A

View File

@ -14,6 +14,9 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v4
with: