Skip to content

Commit

Permalink
fixing output path
Browse files Browse the repository at this point in the history
  • Loading branch information
uweDuesing committed Apr 9, 2024
1 parent 3be5e98 commit 1513f03
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
- name: Build project
run: npm run build

- name: Move files to dist/browser
run: mv dist/browser/* ../



- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
name: production
path: dist/browser # Path to the folder containing project fragments
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ASHY_CLIFF_063467010 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
Expand Down

0 comments on commit 1513f03

Please sign in to comment.