Skip to content

Commit

Permalink
fix(ci): update web components swa workflow (#26960)
Browse files Browse the repository at this point in the history
* fix(ci): update web components swa workflow

update workflow

add yarn as engine in package.json

add engines section in web-components package.json

remove engines section from web components package json

fix output location

remove run condition

replace branch

add manual trigger

* remove workflow_dispatch directive

* remove azure storage workflow for web components docsite
  • Loading branch information
tudorpopams authored Feb 24, 2023
1 parent ef8d441 commit 1fd04e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/azure-static-web-apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:

jobs:
build_and_deploy:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
Expand All @@ -26,6 +25,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
action: 'upload'
app_build_command: 'yarn workspace @fluentui/web-components build-storybook'
app_location: '/packages/web-components' # App source code path relative to repository root
output_location: 'dist/storybook' # Built app content directory, relative to app_location - optional
output_location: 'packages/web-components/dist/storybook' # Built app content directory, relative to app_location - optional
skip_api_build: true
39 changes: 0 additions & 39 deletions .github/workflows/azure-storage-web-components.yml

This file was deleted.

0 comments on commit 1fd04e2

Please sign in to comment.