Skip to content

Commit

Permalink
Merge branch 'issue_1206-wiki-gpl-rm'
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdvegas committed Feb 11, 2022
2 parents 6db46d3 + 5af1dab commit 8df9734
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 469 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
build:
name: Build Wiki Artifact
runs-on: ubuntu-latest
env:
TEMP_WIKI_DIR: "wiki/.rez-gen-wiki-tmp"

steps:
- uses: actions/checkout@v2
Expand All @@ -32,16 +30,15 @@ jobs:
rezver=$(cat ./src/rez/utils/_version.py | grep -w _rez_version | tr '"' ' ' | awk '{print $NF}')
python update-wiki.py \
--keep-temp \
--no-push \
--github-repo="${{ github.repository }}" \
--github-release=${rezver} \
--wiki-dir="${{ github.workspace }}"/"${{ env.TEMP_WIKI_DIR }}" \
--wiki-url="${{ env.CLONE_URL }}"
--wiki-url="${{ env.CLONE_URL }}" \
--out="${{ github.workspace }}/out"
- uses: actions/upload-artifact@v2
with:
name: wiki-markdown
path: ${{ env.TEMP_WIKI_DIR }}
path: out

publish:
name: Publish to GitHub Wiki
Expand Down
1 change: 1 addition & 0 deletions wiki/pages/Command-Line-Tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__GENERATED_MD__
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Settings are determined in the following way:

Expand Down
2 changes: 0 additions & 2 deletions wiki/pages/_Credits.md → wiki/pages/Credits.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


## Contributors

<p align="center">
Expand Down
3 changes: 0 additions & 3 deletions wiki/pages/_Command-Line-Tools.md

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8df9734

Please sign in to comment.