Skip to content

Commit

Permalink
moves Gemfile to template and fixes of paths in worflow #27
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Dec 10, 2023
1 parent 5b25e5b commit 141bcab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
deploy-slides:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/html-slides/Gemfile
BUNDLE_GEMFILE: ${{ github.workspace }}/html-slides/template/Gemfile
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -37,7 +37,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html-slides/_site
publish_dir: ./html-slides/template/_site
publish_branch: gh-pages
user_name: github-actions[bot]
user_email: github-actions[bot]@users.noreply.github.com
File renamed without changes.

0 comments on commit 141bcab

Please sign in to comment.