There was an error while loading. Please reload this page.
1 parent bedfe51 commit a3953e9Copy full SHA for a3953e9
1 file changed
.github/workflows/openfe-doc-build.yaml
@@ -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
18
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