Skip to content

Commit

Permalink
Merge pull request #32 from 3colorr/v1.3.0.2
Browse files Browse the repository at this point in the history
Added a deploy flow
  • Loading branch information
3colorr authored Nov 7, 2024
2 parents a6e5f64 + 5d167ba commit 4a505e2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/mizuame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,15 @@ jobs:
with:
path: ./public/
- name: Test
run: ls -la
run: |
ls -la
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.url}}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 4a505e2

Please sign in to comment.