Skip to content

Commit 8df9734

Browse files
committed
Merge branch 'issue_1206-wiki-gpl-rm'
2 parents 6db46d3 + 5af1dab commit 8df9734

File tree

8 files changed

+108
-469
lines changed

8 files changed

+108
-469
lines changed

.github/workflows/wiki.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
build:
1515
name: Build Wiki Artifact
1616
runs-on: ubuntu-latest
17-
env:
18-
TEMP_WIKI_DIR: "wiki/.rez-gen-wiki-tmp"
1917

2018
steps:
2119
- uses: actions/checkout@v2
@@ -32,16 +30,15 @@ jobs:
3230
rezver=$(cat ./src/rez/utils/_version.py | grep -w _rez_version | tr '"' ' ' | awk '{print $NF}')
3331
3432
python update-wiki.py \
35-
--keep-temp \
36-
--no-push \
33+
--github-repo="${{ github.repository }}" \
3734
--github-release=${rezver} \
38-
--wiki-dir="${{ github.workspace }}"/"${{ env.TEMP_WIKI_DIR }}" \
39-
--wiki-url="${{ env.CLONE_URL }}"
35+
--wiki-url="${{ env.CLONE_URL }}" \
36+
--out="${{ github.workspace }}/out"
4037
4138
- uses: actions/upload-artifact@v2
4239
with:
4340
name: wiki-markdown
44-
path: ${{ env.TEMP_WIKI_DIR }}
41+
path: out
4542

4643
publish:
4744
name: Publish to GitHub Wiki

wiki/pages/Command-Line-Tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__GENERATED_MD__
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Rez has a good number of configurable settings. The default settings, and
44
documentation for every setting, can be found
5-
[here](https://github.com/__GITHUB_REPO__/blob/master/src/rez/rezconfig.py).
5+
[here](https://github.com/__GITHUB_REPO__/blob/__GITHUB_BRANCH__/src/rez/rezconfig.py).
66

77
Settings are determined in the following way:
88

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
## Contributors
42

53
<p align="center">

wiki/pages/_Command-Line-Tools.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)