Moved directives to common #8
This file contains hidden or 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: Github Pages - Production | |
concurrency: | |
group: "pages" | |
cancel-in-progress: false | |
permissions: | |
contents: read | |
pages: write | |
id-token: write | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build-and-deploy-to-github-pages: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Android repo init and sync | |
uses: Xerner/github-actions-android-repo-init-and-sync@0.0.3 | |
with: | |
manifest_filename: xerner.github.io.default.xml | |
- name: Deploy Angular to GitHub Pages | |
uses: bitovi/github-actions-angular-to-github-pages@v1.0.0 | |
with: | |
build_command: "npm run build" |