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

Domain - Publish this website under geosmart-2023.hackweek.io #62

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/buildresources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
publish_dir: book/_build/html
publish_branch: gh-pages
enable_jekyll: false
cname: geosmart.hackweek.io
cname: geosmart-2023.hackweek.io

- name: Save Build
if: ${{ always() && inputs.jb-save == 'true'}}
Expand Down
2 changes: 1 addition & 1 deletion book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parse:
dates: "October 23 to 27, 2023"
github_org_url: "https://github.com/geo-smart"
book_repo: "2023-hackweek-website"
website_url: "https://geosmart.hackweek.io"
website_url: "https://geosmart-2023.hackweek.io"
jupyterhub_url: "https://hub.cryointhecloud.com"
slack_workspace_url: "https://geosmartworkspace.slack.com/archives/C05TRB3E2LV"
docker_image: "https://INSERT_DOCKER_IMAGE_URL"
Expand Down
4 changes: 2 additions & 2 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ parts:
- file: application
- file: logistics
- title: Schedule
url: https://geosmart.hackweek.io/index.html?jump_to=schedule
url: https://geosmart-2023.hackweek.io/index.html?jump_to=schedule
- title: Team
url: https://geosmart.hackweek.io/index.html?jump_to=team
url: https://geosmart-2023.hackweek.io/index.html?jump_to=team
- file: mission
- file: CoC
- caption: Preparation
Expand Down
Loading