Skip to content

Commit

Permalink
test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 17, 2023
1 parent 667dad9 commit e8f131e
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/publish-PxtlCa.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish PxtlCa
name: Publish PxtlCa

on:
push:
Expand All @@ -13,12 +13,19 @@ on:

jobs:
publish:

runs-on: windows-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- name: Checkout SnowSite
uses: actions/checkout@v3
with:
sparse-checkout: SnowSite
- name: Checkout Pxtl.github.io
uses: actions/checkout@v3
with:
repository: Pxtl/Pxtl.github.io
path: ..
- name: Download Snow artifact
uses: dawidd6/action-download-artifact@v2
with:
Expand All @@ -27,8 +34,9 @@ jobs:
shell: pwsh
run: |
$ErrorActionPreference = 'Stop'
tree #debug
ls #debug
ls SnowSite/Snow #debug
"Running Snow"
ls .. #debug
"Running Snow..."
& Snow\Snow.exe config=.\SnowSite\Snow\Snow.config
"Checking output..."
ls .. #debug

0 comments on commit e8f131e

Please sign in to comment.