Skip to content

Commit

Permalink
ci: deploy to domain
Browse files Browse the repository at this point in the history
Co-authored-by: tommytrg <[email protected]>
  • Loading branch information
gabaldon and Tommytrg committed Jul 30, 2024
1 parent f2fc5a3 commit 6a04e01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Static HTML export with Nuxt
run: pnpm run generate

- name: List files for debugging
run: ls -la ./dist

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -54,7 +51,7 @@ jobs:
deploy:
environment:
name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 6a04e01

Please sign in to comment.