Skip to content

Add message about initial web password #137

Add message about initial web password

Add message about initial web password #137

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run docs:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REPOSITORY_NAME: mynodebtc/mynodebtc.github.io
BRANCH: master
FOLDER: docs/.vuepress/dist