Skip to content

Commit

Permalink
tester skip_app_build
Browse files Browse the repository at this point in the history
  • Loading branch information
gruble committed Jul 5, 2024
1 parent 561299c commit 09289e9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: 'upload'
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: 'doc-site' # App source code path
output_location: 'doc-site/dist' # Built app content directory - optional
app_location: 'doc-site/dist' # When used with skip_app_build: true, this value is the app's build output location.
skip_app_build: true # Skip build process during workflow if true
skip_api_build: true # Skip build process for api if true

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 09289e9

Please sign in to comment.