Merged
Conversation
Bump upload artifact to v4
Contributor
Author
|
Just had to update my git config on the other project too. wondering if that change will be needed here as well |
Update git configure based on similar action on another project
Address startup failure
indentation issues maybe?
Contributor
|
No spelling errors! 🎉 |
Contributor
|
No broken url errors! 🎉 |
Contributor
|
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2025-04-15 with changes from the latest commit b1286c0 |
update youtube url per url checker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Originally I just had to bump the version of upload artifact to v4 in build-collection.yml. Also updated the git config in build-collection.yml. At this point the pull request checks wouldn't startup, but I ran the render course action to verify that the changes to build collection worked (which they did).
pull_request.yml also needed some updates to get the checks to run.
And finally updated a URL in the index file that the URL checker caught.
Found that these updates were needed after using this repo's workflow as an example for another repo and got an error with my workflow saying it needed v4 for upload_artifact. So checked the actions here and saw it was also failing here.