QuantEcon / QuantEcon/lecture-dp

publish: pass `cname` to cut over from the interim github.io URL to the custom domain

Open Beginner friendly
#44 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

maintenance
Dominant language
TeX
Stars
0
Forks
0
Avg merge
1d 22h
Merged PRs (30d)
2

Description

Surfaced by the QuantEcon/actions v0.8.0 validation study.

Context

lecture-dp is the one composite-migrated repo still serving on the interim github.io URL. Its publish step (.github/workflows/publish.yml:69) calls quantecon/actions/publish-gh-pages@v0.8.0 without a cname, so it's not exercising the custom-domain path in production. This is a deliberate interim state, not a defect.

When ready

Pass the custom domain to publish-gh-pages to cut over:

      - uses: quantecon/actions/publish-gh-pages@v0.8.0
        with:
          cname: dp.quantecon.org   # confirm the intended domain
          # ...existing inputs

Confirm the exact domain — the other lecture sites follow <name>.quantecon.org (e.g. jax.quantecon.org, python-advanced.quantecon.org).

Context: QuantEcon/lectures#11 (v0.8.0 standardization).

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.

Research direction

Open .github/workflows/publish.yml around line 69 and inspect the publish-gh-pages step. Compare the intended custom-domain pattern with the other lecture-site examples named in the issue, confirm the exact domain with the repository context, and pass it as cname. Done means the workflow uses the confirmed dp.quantecon.org domain for publishing.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions
Domain
ci-cd, release
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.