Skip to content

Commit

Permalink
Update build_and_deploy.yml [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd authored Nov 14, 2023
1 parent 1337fc7 commit a9294d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -20,7 +22,7 @@ jobs:
run: |
stuffpages build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build/
Expand Down

0 comments on commit a9294d0

Please sign in to comment.