Skip to content

Commit

Permalink
Update build-web-site.yml
Browse files Browse the repository at this point in the history
I test with / before directory name
  • Loading branch information
moufort authored Jul 5, 2024
1 parent 4919c23 commit 1d25943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-web-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Microdown image
run: |
./build-image.sh
./pharo Pharo.image eval "MicBlogCreator createFrom: 'src' to: '_site' withRoot: 'https://pharo-project.github.io/pharo-weekly/'"
./pharo Pharo.image eval "MicBlogCreator createFrom: '/src' to: '/_site' withRoot: 'https://pharo-project.github.io/pharo-weekly/'"
- name: deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 1d25943

Please sign in to comment.