Skip to content

Commit bc64043

Browse files
authored
ci: append the path to package docs when autogenerating README.md (#516)
1 parent b2f0f72 commit bc64043

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: read-doc-index
3030
uses: unity3d-jp/actions/read-file@main
3131
with:
32-
filepath: 'com.unity.toonshader/Documentation~/index.md'
32+
filepath: 'com.unity.toonshader/Documentation~/TableOfContents.md'
3333
- name: Overwrite Readme with Index
3434
id: overwrite-readme-with-index
3535
run: |
@@ -67,7 +67,7 @@ jobs:
6767
uses: unity3d-jp/actions/append-md-local-url@main
6868
with:
6969
filepath: 'README.md'
70-
prefix: 'Documentation~/'
70+
prefix: 'com.unity.toonshader/Documentation~/'
7171
- name: git setting
7272
run: |
7373
git config --local user.email "github-actions[bot]@users.noreply.github.com"

AutoGenerateParts/ReadmeFooter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ To resolve this, follow the steps below to enable symbolic link creation and con
88

99
1. Open **Local Security Policy** by typing `secpol.msc` on Windows Command Prompt
1010

11-
![](Images/CreateSymbolicLinks_LocalSecurityPolicy.jpg)
11+
![](https://github.com/Unity-Technologies/com.unity.toonshader/tree/master/Images/CreateSymbolicLinks_LocalSecurityPolicy.jpg)
1212

1313

1414
2. Under **User Rights Assignment**, find a policy called **Create symbolic links** and open it.
1515
- Click **Add User or Group**
1616
- Click **Object Types**
1717
- Make sure **Groups** is checked and click **OK**.
1818

19-
![](Images/CreateSymbolicLinks_Properties.jpg)
19+
![](https://github.com/Unity-Technologies/com.unity.toonshader/tree/master/Images/CreateSymbolicLinks_Properties.jpg)
2020

2121
3. Type **USERS** inside the textbox and click on **Check Names** to verify it, then click **OK**.
2222

23-
![](Images/CreateSymbolicLinks_SelectUsers.jpg)
23+
![](https://github.com/Unity-Technologies/com.unity.toonshader/tree/master/Images/CreateSymbolicLinks_SelectUsers.jpg)
2424

2525
4. Configure git to allow symbolic links. For example, by typing the following in Git Bash:
2626

0 commit comments

Comments
 (0)