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

fix: update commitlint monorepo to v18 - autoclosed #236

fix: update commitlint monorepo to v18 - autoclosed

fix: update commitlint monorepo to v18 - autoclosed #236

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build & Deploy
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Angular Deploy gh-pages Actions
uses: Dugnychon/[email protected]
with:
# Github access token token used to deploy on gh_pages. You can find it on Github.
github_access_token: ${{ secrets.GITHUB_TOKEN }}
# Build configuration for the angular app
build_configuration: production
# base href for the app
base_href: /
# branch on which the angular build will be deployed
deploy_branch: gh-pages
# The folder in which `ng build` provides its output. This is the folder which will be deployed to the `deploy_branch`.
angular_dist_build_folder: dist