Node version used:
$ node -v # v16.20.1
$ npm -v # 8.19.4npm install
npm run serve
npm run build
npm run lint
This repository deploys to GitHub Pages with GitHub Actions.
- Workflow:
.github/workflows/deploy-pages.yml - Trigger: every push to
master(and manual run withworkflow_dispatch) - Build command:
npm run build - Publish artifact:
dist/(includespublic/CNAMEforciudadescomunes.org)
In the repository settings, set Pages > Build and deployment > Source to GitHub Actions.
The gh-pages branch is no longer used for live publishing once the Pages source is set to GitHub Actions.
It can be kept temporarily as rollback/history while the new workflow is validated.