Skip to content

Commit

Permalink
gh-pages yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PunitSoniME committed Jul 29, 2024
1 parent 965ccc1 commit d9b8fe9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
uses: rayluo/github-pages-overwriter@v1.3
run: cd example/dist

with:
with:

# Optional.
#
# Default value "." means the root directory of your project will be published.
#
# You can use whatever directory your project uses,
# for example "wwwroot" (without leading "./").
# Such a directory does *not* have to already exist in your repo,
# it could be an output directory created dynamically
# by your static website builder.
source-directory: .
# Optional.
#
# Default value "." means the root directory of your project will be published.
#
# You can use whatever directory your project uses,
# for example "wwwroot" (without leading "./").
# Such a directory does *not* have to already exist in your repo,
# it could be an output directory created dynamically
# by your static website builder.
source-directory: .

# Optional. Default value "gh-pages".
# It specifies the temporary branch which hosts the static website.
# Each build will OVERWRITE this branch.
target-branch: gh-pages
# Optional. Default value "gh-pages".
# It specifies the temporary branch which hosts the static website.
# Each build will OVERWRITE this branch.
target-branch: gh-pages

0 comments on commit d9b8fe9

Please sign in to comment.