update build #3
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: Build and Deploy | ||
on: | ||
push: | ||
branches: [main] | ||
workflow_dispatch: | ||
permissions: | ||
contents: write | ||
jobs: | ||
build-and-deploy: | ||
uses: peruibeloko/shared/.github/workflows/vue.yml@main | ||
Check failure on line 13 in .github/workflows/deploy.yaml GitHub Actions / .github/workflows/deploy.yamlInvalid workflow file
|