Skip to content

text-to-hex: Move to encoding category #28

text-to-hex: Move to encoding category

text-to-hex: Move to encoding category #28

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