Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Add a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Jul 16, 2024
1 parent 0e9752e commit 00ce673
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,18 @@ jobs:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
working-directory: ./codewithrockstar.com
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
uses: actions/configure-pages@v4
with:
working-directory: ./codewithrockstar.com

- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
cd ./codewithrockstar.com
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
working-directory: ./codewithrockstar.com
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

env:
JEKYLL_ENV: production

Expand Down

0 comments on commit 00ce673

Please sign in to comment.