Skip to content

Merge pull request #240 from aronnebrivio/dependabot/github_actions/J… #10

Merge pull request #240 from aronnebrivio/dependabot/github_actions/J…

Merge pull request #240 from aronnebrivio/dependabot/github_actions/J… #10

Workflow file for this run

name: Publish production on Github Pages
on:
push:
branches:
- production
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build πŸ”§
run: |
npm install
npm run build
- name: Deploy πŸš€
uses: JamesIves/[email protected]
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: master
folder: dist
clean: true