Skip to content

feat: allow gettext.config.mjs config files (#52) #59

feat: allow gettext.config.mjs config files (#52)

feat: allow gettext.config.mjs config files (#52) #59

Workflow file for this run

name: pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/[email protected]
- name: build
run: |
npm ci
npm run docs:build
- name: deploy
uses: JamesIves/[email protected]
with:
branch: pages
folder: distDocs