Skip to content

qr-generator: Improve download buttons #24

qr-generator: Improve download buttons

qr-generator: Improve download buttons #24

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches: [ master ]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run the build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build