Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Nov 12, 2024
1 parent c97c626 commit 34bbae8
Show file tree
Hide file tree
Showing 5 changed files with 22,949 additions and 38,640 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
dotnet-version: '9.0.100-preview.1.24101.2'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 21

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand All @@ -44,7 +44,7 @@ jobs:

- run: pwsh scripts/publish.ps1

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gh-pages
path: dist
Expand All @@ -62,21 +62,21 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: gh-pages
path: gh-pages

- id: hash
run: echo "::set-output name=hash::$(git rev-parse HEAD)"

- uses: peaceiris/actions-gh-pages@v3
- uses: peaceiris/actions-gh-pages@v4
if: ${{ steps.hash.outputs.hash != github.event.before }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: gh-pages

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 21

Expand Down
Loading

0 comments on commit 34bbae8

Please sign in to comment.