Skip to content

Added html tags to protect build #409

Added html tags to protect build

Added html tags to protect build #409

name: Build on dev (Ubuntu)
on:
push:
branches:
- dev
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Build on Ubuntu
run: quarto render --to html
- name: stage files
uses: cpina/github-action-push-to-another-repository@v1.7.2
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: '_book'
destination-github-username: 'harvard-edge'
destination-repository-name: 'cs249r_book_dev'
user-email: khoshnevis.naeem@gmail.com
target-branch: 'main'
target-directory: 'docs'
commit-message: 'Push dev branch build'