We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3304e commit c061755Copy full SHA for c061755
.github/workflows/release-please.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
- uses: actions/checkout@v2
42
- run: |
43
- cp CHANGELOG.md docs/getting_started/CHANGELOG.md
+ cp CHANGELOG.md docs/source/getting_started/CHANGELOG.md
44
docker build . -t=lsdocs -f docs/Dockerfile
45
docker run -v $(pwd):/LoopStructural lsdocs bash LoopStructural/docs/build_docs.sh
46
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
- name: Deploy 🚀
0 commit comments