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

Updating build process and gh-pages fork publications #568

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Fallback .nojekyll

    cofinoa committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4e90ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5705155 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Refactoring pages publishing

    cofinoa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7d50d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de66368 View commit details
    Browse the repository at this point in the history
  3. Remove permissions

    cofinoa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7942fe6 View commit details
    Browse the repository at this point in the history
  4. Remove environment

    cofinoa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5306a70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f355b0 View commit details
    Browse the repository at this point in the history
  6. We need firs to clone repo

    cofinoa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0789f16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4684646 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    316ea8b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add build dir to .gitignore

    cofinoa committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0f910f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    e34f032 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    dcbcc9d View commit details
    Browse the repository at this point in the history
  2. Fix sed expressions

    cofinoa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    34f5f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    992746a View commit details
    Browse the repository at this point in the history
  4. FIx sed expressions

    cofinoa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    143fa19 View commit details
    Browse the repository at this point in the history
  5. Adding sudo

    cofinoa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    81e5d77 View commit details
    Browse the repository at this point in the history
  6. Fixing typo on else

    cofinoa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0c0e97c View commit details
    Browse the repository at this point in the history
  7. Improve push events

    cofinoa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0436c55 View commit details
    Browse the repository at this point in the history
  8. Ignore README

    cofinoa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6c8fe9b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Refactor GitHub Actions Workflow: Centralize configuration with envir…

    …onment variables
    
    - Introduced environment variables for desired branch, path, and build type:
      - DESIRED_BRANCH: "gh-pages"
      - DESIRED_PATH: "/"
      - DESIRED_BUILD_TYPE: "legacy"
    - Simplified configuration management for GitHub Pages enforcement.
    - Improved maintainability by reducing hardcoded values across steps.
    - Ensured dynamic usage of environment variables in branch creation, artifact handling, and GitHub Pages setup.
    cofinoa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bb38303 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    cofinoa committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    13cd42a View commit details
    Browse the repository at this point in the history
  3. Update adoc_build.yml

    cofinoa authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5a1042a View commit details
    Browse the repository at this point in the history
  4. Update adoc_build.yml

    cofinoa authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8052590 View commit details
    Browse the repository at this point in the history
  5. Update adoc_build.yml

    cofinoa authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5cdbbfe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Publish assest to release

    cofinoa committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d056a75 View commit details
    Browse the repository at this point in the history
  2. Comment condensed

    cofinoa committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b8045f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce71e51 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Improve Workflow: PR Event Handling and Cleanup

    - Skip `build_docs` job when the pull request event type is `closed`.
    - Add `cleanup_docs` job to remove associated artifacts from the `gh-pages` branch for closed PRs.
    - Ensure `publish_docs` job depends on `build_docs` and skips execution for closed PRs.
    - Refine `TARGET_DIR` logic for PR previews to ensure proper organization.
    - Improve workflow efficiency by avoiding unnecessary builds and deployments.
    cofinoa committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    df05d05 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Update events and clean-up

    cofinoa committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c01ed60 View commit details
    Browse the repository at this point in the history