Skip to content

Commit

Permalink
Update buildanddeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBergqvist committed Nov 2, 2024
1 parent 9d675a1 commit b757782
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildanddeploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test, Build and Deploy
on:
push:
branches: ['**']
on: [push]
permissions:
contents: write
jobs:
test-and-build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: build-artifacts
path: dist/sr-traffic
- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
branch: gh-pages
folder: dist/sr-traffic

0 comments on commit b757782

Please sign in to comment.