Skip to content

Build and Deploy

Build and Deploy #48

Workflow file for this run

name: "Build and Deploy"
env:
name: github-pages
on:
# push:
# branches:
# - main
# - master
# paths-ignore:
# - .gitignore
# - README.md
# - LICENSE
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
call-workflow-passing-data:
uses: passplease/Chirpy-Template/.github/workflows/Deployer.yml@master
with:
repository: "/passplease.github.io"
send_email: ${{vars.SEND_EMAIL}}
secrets:
email_username: ${{secrets.EMAIL_USERNAME}}
email_password: ${{secrets.EMAIL_PASSWORD}}
email_recipient: ${{secrets.RECIPIENT_EMAIL}}