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

clean: github action Quarto Publish #4

Closed
wants to merge 7 commits into from
Closed

clean: github action Quarto Publish #4

wants to merge 7 commits into from

Commits on May 23, 2024

  1. clean: github action Quarto Publish

    - set to write access, to be able to deploy to gh-pages
    - delete pandoc (not necessary)
    - install python packages from requirements.txt 
    - cleaning: delete unnecessary commons give each step a name
    ac-willeke authored May 23, 2024
    Configuration menu
    Copy the full SHA
    27cad9d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. config: add R packages

    ac-willeke authored May 29, 2024
    Configuration menu
    Copy the full SHA
    5296776 View commit details
    Browse the repository at this point in the history
  2. secrets: add personal PAT

    - replace GITHUB_TOKEN with personal PAT (GH_PAT) 
    - this ensure that you can push to main from remote branches.
    ac-willeke authored May 29, 2024
    Configuration menu
    Copy the full SHA
    8da3e32 View commit details
    Browse the repository at this point in the history
  3. update secrets GH_PAT

    ac-willeke authored May 29, 2024
    Configuration menu
    Copy the full SHA
    b2cba6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    998f4e8 View commit details
    Browse the repository at this point in the history
  5. add personal PAT

    ac-willeke authored May 29, 2024
    Configuration menu
    Copy the full SHA
    1c452a2 View commit details
    Browse the repository at this point in the history
  6. add AUTH_TOKEN

    - GITHUB_TOKEN for main 
    - GH_PAT for forks
    ac-willeke authored May 29, 2024
    Configuration menu
    Copy the full SHA
    f7565ab View commit details
    Browse the repository at this point in the history