Skip to content

Commit

Permalink
rename path in gh workflow for ci #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 26, 2024
1 parent 24a10dd commit 005d3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slides.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Slides
name: Deploy Quarto Slides

on:
push:
Expand All @@ -14,7 +14,7 @@ concurrency:
jobs:
deploy-slides:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/html-slides/template/Gemfile
BUNDLE_GEMFILE: ${{ github.workspace }}/quarto/template/Gemfile
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -27,7 +27,7 @@ jobs:
bundler-cache: true

- name: Install and Build
working-directory: ./html-slides/template
working-directory: ./quarto/template
run: >-
JEKYLL_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
JEKYLL_ENV=production
Expand All @@ -37,7 +37,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html-slides/template/_site
publish_dir: ./quarto/template/_site
publish_branch: gh-pages
user_name: github-actions[bot]
user_email: github-actions[bot]@users.noreply.github.com

0 comments on commit 005d3f3

Please sign in to comment.