From 883e9081768a5b4ea38e7203d6a9dc8c23c7b4ae Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 14:17:22 +0100 Subject: [PATCH] cd wip commenting it out for now --- .github/workflows/cd.yaml | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index d962173..c060031 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,30 +1,30 @@ -name: cd - -on: - push: - branches: - - main - -jobs: - cd: - runs-on: ubuntu-latest - - env: - BRANCH: gh-pages - - steps: - - name: Checkout 🛎 - uses: actions/checkout@master - - - name: Build thesis ⚙️ - uses: xu-cheng/latex-action@v2 - with: - root_file: thesis.tex - args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist -f - - - name: Deploy application 🚀 - uses: JamesIves/github-pages-deploy-action@releases/v3 - with: - GITHUB_TOKEN: ${{ github.TOKEN }} - BRANCH: ${{ env.BRANCH }} - FOLDER: dist +#name: cd +# +#on: +# push: +# branches: +# - main +# +#jobs: +# cd: +# runs-on: ubuntu-latest +# +# env: +# BRANCH: gh-pages +# +# steps: +# - name: Checkout 🛎 +# uses: actions/checkout@master +# +# - name: Build thesis ⚙️ +# uses: xu-cheng/latex-action@v2 +# with: +# root_file: thesis.tex +# args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist -f +# +# - name: Deploy application 🚀 +# uses: JamesIves/github-pages-deploy-action@releases/v3 +# with: +# GITHUB_TOKEN: ${{ github.TOKEN }} +# BRANCH: ${{ env.BRANCH }} +# FOLDER: dist