Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 28, 2023
1 parent 980bc37 commit c68cf1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
publish:
runs-on: windows-latest
steps:
- name: Check Vars
if: ${{ vars.FRODD == null }}
shell: pwsh
run: |
"WEBSITE_REPO repository variable must be set with the user/reponame of your website"
- name: Checkout SnowSite
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c68cf1a

Please sign in to comment.