Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Merge pull request #59 from OpenMobileAlliance/update-wp-links #43

Merge pull request #59 from OpenMobileAlliance/update-wp-links

Merge pull request #59 from OpenMobileAlliance/update-wp-links #43

Workflow file for this run

name: cd
on:
push:
branches:
- master
jobs:
cd:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
steps:
- name: Checkout 🛎
uses: actions/checkout@master
- name: Setup node env 🏗
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm install
- name: Generate
run: npm run generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: guidelines.openmobilealliance.org