Skip to content

Merge pull request #1 from IKatsuba/IKatsuba-patch-1 #7

Merge pull request #1 from IKatsuba/IKatsuba-patch-1

Merge pull request #1 from IKatsuba/IKatsuba-patch-1 #7

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 12.x
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install deps
run: |
npm ci
env:
CI: true
- name: Build
run: |
npx nx prerender
env:
CI: true
NX_BRANCH: ${{ github.event.pull_request.head.ref }}
NX_RUN_GROUP: ${{ github.run_id }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: ./dist/readme/browser