Skip to content

Commit

Permalink
Merge pull request #34 from RSEToolkit/dev
Browse files Browse the repository at this point in the history
drop org name
  • Loading branch information
davehorsfall authored Jul 17, 2023
2 parents 5f1da81 + 724ff2c commit f9ca9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/configure-pages@v2
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "/${{ github.repository }}"
run: bundle exec jekyll build --baseurl "/${{ github.event.repository.name }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit f9ca9b4

Please sign in to comment.