Skip to content

Commit

Permalink
1st prod
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineSmet committed Sep 19, 2024
1 parent e5593af commit de0bc62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
app_location: "assistantweb" # App source code path
output_location: "assistantweb/dist" # Built app content directory
output_location: "dist" # Built app content directory

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

0 comments on commit de0bc62

Please sign in to comment.