Skip to content

Merge pull request #372 from kabrunko-dev/i18n-ptbr #257

Merge pull request #372 from kabrunko-dev/i18n-ptbr

Merge pull request #372 from kabrunko-dev/i18n-ptbr #257

Workflow file for this run

name: 'docs'
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Install dependencies
run: npm i
- name: Build docs
run: npm run build:docs
- name: Identity
run: |
git config --global user.email "netanel7799@gmail.com"
git config --global user.name "NetanelBasal"
- name: Release to GitHub Pages
env:
USE_SSH: true
GIT_USER: NetanelBasal
run: npm run deploy --prefix docs