The-Strategy-Unit / The-Strategy-Unit/azkit

Missed required changes to GitHub Action for pkgdown

Open
#136 0 comments 0 reactions 1 assignee View on GitHub

@Lextuga007 is already working on this.

Since Jun 22, 2026.

bug
Dominant language
R
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Sorry, I missed updating these parts when I merged the PR #131

this will need the branch to be changed to main and add the line to prevent building from a PR back in which are in place while this was being tested.

  - name: Deploy to GitHub pages 🚀
    if: github.event_name != 'pull_request'
    uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
    with:
      clean: false
      branch: gh-pages
      folder: docs

Also copy published link back to the front page right where a brief description of the repository is. This is automatically populated when set up but I removed as this waits for review.

This was set so that the pkgdown would render and could be checked it worked ok.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.