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

Feature: Update gh-pages workflow for faster deployment #293

Open
smpark7 opened this issue Nov 4, 2024 · 0 comments
Open

Feature: Update gh-pages workflow for faster deployment #293

smpark7 opened this issue Nov 4, 2024 · 0 comments

Comments

@smpark7
Copy link
Collaborator

smpark7 commented Nov 4, 2024

Background and motivation

  • GitHub now provides 4 processors instead of 2 for GitHub actions.
  • Ubuntu 20.04 will lose support in 2025.

Description of idea

  • We can run the make command with 4 threads instead of 2 threads to have gh-pages deploy faster.
  • We should also update the Ubuntu OS of the GitHub action to 22.04 or 24.04.
    • Note: This workflow is not a test. Comprehensive OS coverage is not needed.

Implementation details

Edit the make and ubuntu OS lines in .github/workflows/auto-update-gh-pages.yml

Potential snags

Newer Ubuntu OSes may not be compatible with the existing workflows in the gh-pages action.

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

No branches or pull requests

1 participant