Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodekq committed Feb 12, 2024
1 parent 3ca46e1 commit 4dc0be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
inputs:
page-root-directory:
description: Page root directory
default: './src/client/'
default: './dist/'
type: string

permissions:
Expand All @@ -22,7 +22,7 @@ jobs:
deploy:
name: Deploy Page
env:
page-root-directory: './src/client/'
page-root-directory: './dist/'

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4dc0be1

Please sign in to comment.