-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a podcasts page to the website #259
base: main
Are you sure you want to change the base?
Conversation
@@ -31,7 +31,7 @@ jobs: | |||
- name: Parse data | |||
run: | | |||
cd resources | |||
./jbang site.java ../java-champions.yml ../site/content/ | |||
./jbang site.java ../java-champions.yml ../podcasts.yml ../site/content/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Podcasts have yet to be integrated into the site.
This step is not needed at the moment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the script expects this extra value, we need to keep it here to avoid the workflow to break. The new webpage is already created by the script, but I commented the link to it in the menu so you can first validate the new page before making it public.
@aalmiray, thanks for the remarks. They have been handled, and the merge request is ready for your re-review. |
Sorry, I can't run jbake on my mac, but the generation of the new page seems to work OK.