Skip to content

Commit

Permalink
tweaking initial workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Sep 26, 2023
1 parent 258e46c commit 78f80b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy

on:
push:
branches:
- modernisation
branches-ignore:
- master

jobs:
build:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit 78f80b9

Please sign in to comment.