Change color for radio buttons group vertical #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Prod NVE Designsystem dokumentasjon side | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'src/**' | ||
- 'docs-vue/**' | ||
jobs: | ||
# Run when a pull request is created or updated | ||
call-reusable-workflow: | ||
uses: ./azure-static-web-app-vue-build-reusable.yml | ||
with: | ||
node_version: '20' | ||
app_location: 'docs-vue' | ||
output_location: 'dist' | ||
secrets: inherit |