Skip to content
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

Deploy to GitHub Pages with custom workflow #25

Merged
merged 34 commits into from
Oct 23, 2023
Merged

Deploy to GitHub Pages with custom workflow #25

merged 34 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Add recommended workflow

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d65bc74 View commit details
    Browse the repository at this point in the history
  2. Minor cleanups

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    56975c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14296ba View commit details
    Browse the repository at this point in the history
  4. Deploy on every branch

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f3a7628 View commit details
    Browse the repository at this point in the history
  5. Try to fix build

    Error: could not read file /home/runner/work/twisterrob.github.io/twisterrob.github.io/vendor/bundle/ruby/2.7.0/gems/jekyll-3.9.3/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb: Invalid date '<%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>': Document 'vendor/bundle/ruby/2.7.0/gems/jekyll-3.9.3/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the YAML front matter.
    ERROR: YOUR SITE COULD NOT BE BUILT:
    ------------------------------------
    Invalid date '<%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>': Document 'vendor/bundle/ruby/2.7.0/gems/jekyll-3.9.3/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the YAML front matter.
    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2efdc41 View commit details
    Browse the repository at this point in the history
  6. Build all PRs not branches

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    532add6 View commit details
    Browse the repository at this point in the history
  7. Ignore workflows

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ef56ad0 View commit details
    Browse the repository at this point in the history
  8. Do not deploy from PRs

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ed8f99a View commit details
    Browse the repository at this point in the history
  9. Diff with main

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2d9fa4a View commit details
    Browse the repository at this point in the history
  10. Help building main

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ac59e7d View commit details
    Browse the repository at this point in the history
  11. Help building main v2

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d6dcc09 View commit details
    Browse the repository at this point in the history
  12. Fix cache

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0c6583a View commit details
    Browse the repository at this point in the history
  13. Fix patch

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    47ba381 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    743bbdb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    340fcd7 View commit details
    Browse the repository at this point in the history
  16. Prep diff

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6540401 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b34b99a View commit details
    Browse the repository at this point in the history
  18. Try short diff

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d60250e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0ae5bd2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    48d6bfa View commit details
    Browse the repository at this point in the history
  21. Stop regenerating cache

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    87bf352 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c7029c1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3ddab54 View commit details
    Browse the repository at this point in the history
  24. Re-wire cache

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5378b05 View commit details
    Browse the repository at this point in the history
  25. Stabilize dates

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    774d4f5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c435a79 View commit details
    Browse the repository at this point in the history
  27. React to labels

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    78050c0 View commit details
    Browse the repository at this point in the history
  28. Renames

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5406f88 View commit details
    Browse the repository at this point in the history
  29. Flip label behavior

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d29bdfa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5586d9f View commit details
    Browse the repository at this point in the history
  31. Remove patching

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    19b8626 View commit details
    Browse the repository at this point in the history
  32. Fix "Flip label behavior"

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1593180 View commit details
    Browse the repository at this point in the history
  33. Deploy to production

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    840f237 View commit details
    Browse the repository at this point in the history
  34. Consistent names

    TWiStErRob committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8a62e8b View commit details
    Browse the repository at this point in the history