Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MEgooneh committed Sep 24, 2023
1 parent f0ffb31 commit 20122cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Making log files readable and put them in docs
run: |
cnt=0
for file in Samples/*; do
for file in records/*; do
cnt=$((cnt + 1))
python log-to-readable-md.py "$file"
cp new.md docs/Samples/"$cnt".md
cp new.md docs/records/"$cnt".md
done
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
langchain[openai]~=0.0
langchain[openai]~=0.0
openai

0 comments on commit 20122cd

Please sign in to comment.