Skip to content

Commit

Permalink
more step bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmcnlly committed Oct 11, 2024
1 parent 0e2714b commit ab37375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
env:
REPO_NAME: ${{ github.event.repository.name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno task build
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v1
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
# Upload dist repository
path: "./dist"
- id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit ab37375

Please sign in to comment.