Skip to content

Commit f83f234

Browse files
committed
revert docs to specification
1 parent f647144 commit f83f234

39 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: Cyphal Specification
33-
path: docs/Cyphal_Specification.pdf
33+
path: specification/Cyphal_Specification.pdf
3434
if-no-files-found: error
3535

3636
- name: Upload diagnostic snapshot
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload GitHub Pages artifact
4545
uses: actions/upload-pages-artifact@v3
4646
with:
47-
path: docs/
47+
path: specification/
4848
deploy:
4949
environment:
5050
name: github-pages

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.cache
33
.mypy_cache
44
.DS_Store
5+
.idea

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function once()
1414

1515
./clean.sh || exit 1
1616

17-
cd docs
17+
cd specification
1818
once $SRC.tex || exit 1
1919
#bibtex $SRC || exit 1
2020
once $SRC.tex || exit 1
File renamed without changes.

0 commit comments

Comments
 (0)