Skip to content

Commit 67c10d8

Browse files
committed
chore: s/workspace/build
1 parent e87f8e7 commit 67c10d8

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/workflows/sync.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ jobs:
2222

2323
- name: Clone Dash Repositories
2424
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
2828
2929
- name: Execute
3030
run: |
3131
sudo apt-get -y -qq --no-install-recommends install python3-png
3232
./process_dash_feeds.py \
3333
--manifest=docsets.json \
3434
--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
3838
3939
- name: Diff
4040
run: |
41-
cd workspace/gist
41+
cd build/gist
4242
git diff
4343
4444
- name: Commit
4545
uses: stefanzweifel/git-auto-commit-action@v4
4646
with:
4747
commit_message: Update docsets
48-
repository: workspace/gist
48+
repository: build/gist

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,5 @@ venv.bak/
106106
# VS Code
107107
.vscode/
108108

109-
# Job specific paths.
110-
workspace/
111-
112109
# act
113110
.actrc
File renamed without changes.

0 commit comments

Comments
 (0)