Skip to content

Commit

Permalink
Adjusted the settings for deploy at Azure Static Web Apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Bergström committed May 22, 2024
1 parent 14dd95d commit c840dcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
name: Checkout
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.0.0
with:
submodules: true
lfs: false
Expand Down

0 comments on commit c840dcf

Please sign in to comment.