Skip to content

Commit 9b93c89

Browse files
authored
Merge pull request #952 from boriel-basic/docs
Docs
2 parents eb5cc4e + c4464b2 commit 9b93c89

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
build:
1919

2020
runs-on: ubuntu-latest
21+
if: github.head_ref != 'docs' # Ignore test runs for docs
2122

2223
steps:
2324
- name: Checkout code

docs/identifier.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
1616
* **[ABS](abs.md)** **(function)**
1717
* **[ACS](acs.md)** **(function)**
1818
* **[AND](operators.md#AND)** **(operator)**
19-
* [ALIGN](align.md) **(special)**
2019
* [ASM](asm.md) **(special)**
2120
* **[ASN](asn.md)** **(function)**
2221
* **[AT](at.md)**

0 commit comments

Comments
 (0)