Skip to content

Commit cfbf30d

Browse files
authored
Update deploy_docs.yml (#55)
1 parent 6a9361f commit cfbf30d

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v3
34-
- name: Install dependencies
35-
run: |
36-
sudo apt-get install -qq mono-complete
37-
wget https://www.naturaldocs.org/download/natural_docs/2.3/Natural_Docs_2.3.zip -O /tmp/ND.zip
38-
unzip /tmp/ND.zip -d /tmp
39-
- name: Setuop Project for NaturalDocs
40-
run: |
41-
mkdir ${GITHUB_WORKSPACE}/docs
42-
mkdir ${GITHUB_WORKSPACE}/.ND_Config
43-
cp .nd_project.txt ${GITHUB_WORKSPACE}/.ND_Config/Project.txt
4434
- name: Build with NaturalDocs
45-
run: |
46-
mono /tmp/Natural\ Docs/NaturalDocs.exe ${GITHUB_WORKSPACE}/.ND_Config
35+
uses: Vba-actions/NaturalDocs-build-pages@main
4736
- name: Upload artifact
4837
uses: actions/upload-pages-artifact@v2
4938
with:

src/ClassModules/SQLCondition.cls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Public Function Create(Expression1, Expression2, Optional Operator As String = "
3131
sOperator = Operator
3232
End Function
3333

34+
' Function: toString
35+
' Render the object to a SQL string.
3436
Public Function toString() As String
3537
Dim OperatorString As String
3638
If sOperator = "IS" Then

0 commit comments

Comments
 (0)