Skip to content

Commit

Permalink
fix: try artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Indyandie committed Oct 21, 2024
1 parent edd5c0c commit bf9fa57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
run: deno run -A build
- name: Upload artifact
id: deployment
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: github-pages
path: ./dist/
path: "./dist/"

deploy:
needs: build
runs-on: ubuntu-latest
name: Deploy
# name: Deploy
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit bf9fa57

Please sign in to comment.