Skip to content

Update renovate.json #231

Update renovate.json

Update renovate.json #231

Workflow file for this run

name: deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Deploy
uses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.4.0
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
build_configuration: production
base_href: /
deploy_branch: deploy
angular_dist_build_folder: dist
permissions:
contents: write