Skip to content

Commit

Permalink
Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jobus0 committed Dec 24, 2024
1 parent 58beccd commit 7b73fc7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and deploy
on: push

on:
push:
branches:
- master

permissions:
contents: read
pages: write
Expand Down Expand Up @@ -28,4 +31,4 @@ jobs:
- uses: actions/upload-pages-artifact@v3
with:
path: dist
#- uses: actions/deploy-pages@v4
- uses: actions/deploy-pages@v4

0 comments on commit 7b73fc7

Please sign in to comment.