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

docs: rollback github environments, fix broken wiki links #3206

Merged
merged 2 commits into from
Sep 22, 2023
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
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-22.04
# environment: github-pages
environment: github-pages
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
Expand All @@ -29,9 +29,9 @@ jobs:
node-version: 20
package-manager: pnpm
pnpm-version: 8.7.x
# env:
# CUSTOM_SITE_URL: ${{ vars.CUSTOM_SITE_URL }}
# CUSTOM_REPO_URL: ${{ vars.CUSTOM_REPO_URL }}
env:
CUSTOM_SITE_URL: ${{ vars.CUSTOM_SITE_URL }}
CUSTOM_REPO_URL: ${{ vars.CUSTOM_REPO_URL }}

deploy:
needs: build
Expand Down
5 changes: 2 additions & 3 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
카타클리즘을 멈출 방법을 찾거나.... 가장 강력한 괴물 중 하나가 되세요.

> 카타클리즘: 밝은 밤(Cataclysm: Bright Nights)은 카타클리즘: 어두운 나날(Cataclysm: Dark Days
> Ahead)의 포크입니다.
> [위키](https://github.com/cataclysmbnteam/cataclysm-BN/wiki/Changes-so-far)에서 어떤 차이가 있는지
> 확인하세요.
> Ahead)의 포크입니다. [위키](https://docs.cataclysmbn.org/ko/game/changelog/)에서 어떤 차이가
> 있는지 확인하세요.

## 다운로드

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ who want what you have.
Find a way to stop the Cataclysm ... or become one of its strongest monsters.

> Cataclysm: Bright Nights is a fork of Cataclysm: Dark Days Ahead.
> [see the differences from its ancestor on the wiki](https://github.com/cataclysmbnteam/Cataclysm-BN/wiki/Changes-so-far).
> [see the differences from its ancestor.](https://docs.cataclysmbn.org/en/game/changelog/).

## Downloads

Expand Down
5 changes: 2 additions & 3 deletions doc/src/content/docs/en/game/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ of [CleverRaven/Cataclysm-DDA.](https://github.com/CleverRaven/Cataclysm-DDA)
"access shaft" on z = -1) that has a red-colored "L" tile at its bottom z-level. Find the lab,
reach the bottom, then either sacrifice your own life or put in a mininuke.</details>
- (Currently WIP, but already functional) Electric grid system, without use of vehicles, but able to
connect to them. See
[Electric Grids page](https://github.com/cataclysmbnteam/Cataclysm-BN/wiki/Electric-grids) for
more info.
connect to them. See [Electric Grids page](../mod/json/explanation/electric_grids.md) for more
info.
- Lower height levels (z-levels) drawn.
- Angled vehicles don't develop "holes" in their normally-impenetrable walls. This affects all
relevant game mechanics such as monster and player movement, line of sight calculation, light and
Expand Down