Skip to content

Commit

Permalink
Try faster checkout and serve docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 26, 2024
1 parent bbdf3c7 commit 352d8bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:
site:
image: nginx
volumes:
- ${{ github.workspace }}/:/usr/share/nginx/html:ro
- ${{ github.workspace }}/snapshots/master/docs/slint/:/usr/share/nginx/html:ro
ports:
- 80:80
runs-on: ubuntu-latest
steps:
- name: Repository Checkout
uses: actions/checkout@v4
with:
path: snapshots/master
- name: test
run: |
curl http://localhost:80 > test.html
Expand Down

0 comments on commit 352d8bd

Please sign in to comment.