Skip to content

add github actions workflow#950

Open
nolanking90 wants to merge 2 commits intobooksbyus:masterfrom
nolanking90:master
Open

add github actions workflow#950
nolanking90 wants to merge 2 commits intobooksbyus:masterfrom
nolanking90:master

Conversation

@nolanking90
Copy link

This github actions workflow runs the mkmarkdown script when a commit is pushed to master that updates a txt file, zguide.book or if the mkmarkdown script is updated. If the script changes any of the markdown files, then the changes are pushed in a commit to the repo.

As I understand it, hugo already runs on commits to master, so changes to the md files, languages.yml, and examples already are pushed to the website. This should fix the issues with updates to .txt files not propagating to the site.

  • I'm not super familiar with github actions, and there might be a better way to setup the git username/email.
  • Opting to exclude site/.bookmarks from the commit since it looks like hugo doesn't need this to generate the html. Let me know if that's not right.

closes #938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Looks like the Travis CI integration ist broken. The zguide site isn't updated

1 participant

Comments