Skip to content

Merge branch 'main' of https://github.com/mtln/matlon #41

Merge branch 'main' of https://github.com/mtln/matlon

Merge branch 'main' of https://github.com/mtln/matlon #41

Workflow file for this run

name: Deploy to GitHub Pages
permissions:
contents: write
pages: write
on:
push:
branches: [ "main", "feature/build"]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Ensure the repo is checked out first
# Run your local action file
- name: Run local Quarto GHP Action
with:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}
uses: ./quarto-ghp