Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

chore(deps): bump @babel/traverse from 7.21.2 to 7.23.2 (#10) #47

chore(deps): bump @babel/traverse from 7.21.2 to 7.23.2 (#10)

chore(deps): bump @babel/traverse from 7.21.2 to 7.23.2 (#10) #47

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run clean
- run: npm run build
- run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
echo next.developers.italia.it > public/CNAME
npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}