File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,27 @@ jobs:
22
22
23
23
- name : Clone Dash Repositories
24
24
run : |
25
- git clone https://github.com/Kapeli/feeds.git workspace /feeds
26
- git clone https://github.com/Kapeli/Dash-X-Platform-Resources.git workspace /resources
27
- git clone ${{ secrets.GIST_URL }} workspace /gist
25
+ git clone https://github.com/Kapeli/feeds.git build /feeds
26
+ git clone https://github.com/Kapeli/Dash-X-Platform-Resources.git build /resources
27
+ git clone ${{ secrets.GIST_URL }} build /gist
28
28
29
29
- name : Execute
30
30
run : |
31
31
sudo apt-get -y -qq --no-install-recommends install python3-png
32
32
./process_dash_feeds.py \
33
33
--manifest=docsets.json \
34
34
--blacklist=blacklist.json \
35
- --resource-dir=workspace /resources \
36
- workspace /feeds \
37
- workspace /gist/docsets.json
35
+ --resource-dir=build /resources \
36
+ build /feeds \
37
+ build /gist/docsets.json
38
38
39
39
- name : Diff
40
40
run : |
41
- cd workspace /gist
41
+ cd build /gist
42
42
git diff
43
43
44
44
- name : Commit
45
45
uses : stefanzweifel/git-auto-commit-action@v4
46
46
with :
47
47
commit_message : Update docsets
48
- repository : workspace /gist
48
+ repository : build /gist
Original file line number Diff line number Diff line change @@ -106,8 +106,5 @@ venv.bak/
106
106
# VS Code
107
107
.vscode /
108
108
109
- # Job specific paths.
110
- workspace /
111
-
112
109
# act
113
110
.actrc
File renamed without changes.
You can’t perform that action at this time.
0 commit comments