Skip to content

Merge pull request #125 from omars44/patch-1 #173

Merge pull request #125 from omars44/patch-1

Merge pull request #125 from omars44/patch-1 #173

name: Publish website
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
- run: cd website && ls -la && npm i && npm run clean-build && ./publish-from-actions.sh
env:
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}