Skip to content

feat(blog): add p2p web hosting entry #34

feat(blog): add p2p web hosting entry

feat(blog): add p2p web hosting entry #34

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: actions/setup-node@v3
- uses: actions/cache@v3
with:
path: |
themes/aurora/node_modules
node_modules
key: node-modules-${{ hashFiles('package.json') }}-${{ hashFiles('themes/aurora/package.json') }}
- run: cd themes/aurora && yarn install -std=c++17 --ignore-engines && yarn run build:stage && cd ../.. && yarn install && yarn test --verbose
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public