Skip to content

Commit

Permalink
chore: update gha deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Feb 2, 2024
1 parent 4e5eebc commit b6259a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Example site to Github Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: [master]
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.dist/example'
path: './dist/example'

# Deployment job
deploy:
Expand Down

0 comments on commit b6259a1

Please sign in to comment.