cd wip commenting it out for now
This commit is contained in:
60
.github/workflows/cd.yaml
vendored
60
.github/workflows/cd.yaml
vendored
@@ -1,30 +1,30 @@
|
|||||||
name: cd
|
#name: cd
|
||||||
|
#
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
#
|
||||||
jobs:
|
#jobs:
|
||||||
cd:
|
# cd:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
env:
|
# env:
|
||||||
BRANCH: gh-pages
|
# BRANCH: gh-pages
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout 🛎
|
# - name: Checkout 🛎
|
||||||
uses: actions/checkout@master
|
# uses: actions/checkout@master
|
||||||
|
#
|
||||||
- name: Build thesis ⚙️
|
# - name: Build thesis ⚙️
|
||||||
uses: xu-cheng/latex-action@v2
|
# uses: xu-cheng/latex-action@v2
|
||||||
with:
|
# with:
|
||||||
root_file: thesis.tex
|
# root_file: thesis.tex
|
||||||
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist -f
|
# args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist -f
|
||||||
|
#
|
||||||
- name: Deploy application 🚀
|
# - name: Deploy application 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
# uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
# with:
|
||||||
GITHUB_TOKEN: ${{ github.TOKEN }}
|
# GITHUB_TOKEN: ${{ github.TOKEN }}
|
||||||
BRANCH: ${{ env.BRANCH }}
|
# BRANCH: ${{ env.BRANCH }}
|
||||||
FOLDER: dist
|
# FOLDER: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user