Skip to content

Commit

Permalink
build: 🐛 set repository name in config
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunes5thmoon committed Jun 27, 2024
1 parent 5e67f3b commit dcc3992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
PAGES_REPO_NWO: ${{ github.repository }}
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: >
learned material after the course.
footer_text: >
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
repository: dlmbl/dlmbl.github.io
url: # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/

Expand Down

0 comments on commit dcc3992

Please sign in to comment.