Skip to content

Commit 7fa2520

Browse files
Huong Phamsongmeo
authored andcommitted
change specification to docs
1 parent 817449e commit 7fa2520

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+47
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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: specification/Cyphal_Specification.pdf
33+
path: docs/Cyphal_Specification.pdf
3434
if-no-files-found: error
3535

3636
- name: Upload diagnostic snapshot

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/specification.iml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 specification
17+
cd docs
1818
once $SRC.tex || exit 1
1919
#bibtex $SRC || exit 1
2020
once $SRC.tex || exit 1

0 commit comments

Comments
 (0)