Skip to content

Commit

Permalink
github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
milachae committed May 8, 2024
1 parent 6b35fb6 commit 8638b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Deploy

on:
workflow_dispatch: {}
push:
branches: [deploy_workflow]

Expand Down Expand Up @@ -30,6 +29,7 @@ jobs:
with:
# Upload entire repository
path: './dist'
- run: ls

deploy:
needs: build
Expand All @@ -38,6 +38,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- run: ls
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 8638b0b

Please sign in to comment.