Skip to content

Commit a3953e9

Browse files
authored
Start of workflow to test doc building (#262)
1 parent bedfe51 commit a3953e9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Test openfe doc build
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
test-conda-build:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout ExampleNotebooks repository
12+
uses: actions/checkout@v4
13+
with:
14+
path: openfe/docs/
15+
16+
- name: Checkout conda-forge feedstock
17+
uses: actions/checkout@v4
18+
with:
19+
repository: OpenFreeEnergy/openfe
20+
path: openfe
21+
22+
- name: Test file layout
23+
run: |
24+
pwd
25+
ls -l
26+
ls -l *
27+
ls -l openfe/docs

0 commit comments

Comments
 (0)