Skip to content

Commit

Permalink
Experimental reverted back to older dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsvw authored Nov 19, 2023
1 parent 1a4a0ae commit ff1b997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: touch DayOfTheWeekChallenge/release/wwwroot/.nojekyll

- name: Commit wwwroot to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v3.7.1
with:
token: ${{ secrets.PUBLISH_TOKEN }}
branch: gh-pages
folder: DayOfTheWeekChallenge/release/wwwroot
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
BRANCH: gh-pages
FOLDER: DayOfTheWeekChallenge/release/wwwroot

0 comments on commit ff1b997

Please sign in to comment.