Updated meta tags and favicon #3
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: Deploy Angular to GitHub Pages | |
uses: bitovi/github-actions-angular-to-github-pages@v1.0.0 | |
with: | |
build_command: "npm run build" |