Skip to content

Commit

Permalink
remove leading .\
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 28, 2023
1 parent 45cd05e commit e8cfad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v3
with:
sparse-checkout: SnowSite
path: .\doc
path: doc
- name: Checkout Website
uses: actions/checkout@v3
with:
repository: ${{ secrets.WEBSITE_REPO }}
path: .\website
path: website
token: ${{ secrets.WEBSITE_PAT }}
- name: Download Snow artifact
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit e8cfad3

Please sign in to comment.