Skip to content

Create CNAME

Create CNAME #23

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@master
env:
REPO: ${{ secrets.REPO }}
ACCESS_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: public
CNAME: apps.akai.org.pl
BUILD_SCRIPT: npm install && npm run-script build