Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6401c67

Browse files
chester-leungoctaviansima
andauthored
Rename docs directory to opaque-sql-docs (#239)
Renames the `docs` directory to `opaque-sql-docs` in preparation for [mc2 documentation consolidation](mc2-project/mc2-project.github.io#1). Co-authored-by: Octavian Sima <octavian.sima98@gmail.com>
1 parent d0fc248 commit 6401c67

File tree

14 files changed

+6
-6
lines changed

14 files changed

+6
-6
lines changed

‎.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: ammaraskar/sphinx-action@master
1414
with:
1515
build-command: "make html"
16-
docs-folder: "docs/"
16+
docs-folder: "opaque-sql-docs/"
1717
- name: Commit documentation changes
1818
run: |
1919
git clone https://github.com/mc2-project/opaque.git --branch gh-pages --single-branch gh-pages
20-
cp -r docs/build/html/* gh-pages/
20+
cp -r opaque-sql-docs/build/html/* gh-pages/
2121
cd gh-pages
2222
touch .nojekyll
2323
git config --local user.email "action@github.com"

‎.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ conf/*.properties
2727
conf/*.conf
2828
conf/*.xml
2929
conf/slaves
30-
docs/_site
31-
docs/api
32-
docs/build
30+
opaque-sql-docs/_site
31+
opaque-sql-docs/api
32+
opaque-sql-docs/build
3333
target/
3434
reports/
3535
.project
@@ -96,7 +96,7 @@ hs_err_pid*.log
9696

9797
# For CMake
9898
Makefile
99-
!docs/Makefile
99+
!opaque-sql-docs/Makefile
100100
CMakeCache.txt
101101
cmake_install.cmake
102102
CMakeFiles/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /