Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 26, 2024
1 parent 5113e02 commit 7c473b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
image: nginx:latest
options: "-d -p 80:80"
- name: Populate web server
run: docker cp snapshots nginx:/usr/share/ngnix/html
run: docker cp snapshots/master/docs/slint nginx:/usr/share/nginx/html
- name: test
run: |
curl http://localhost:80 > test.html
Expand Down

0 comments on commit 7c473b2

Please sign in to comment.