Skip to content

Commit

Permalink
Try copy after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 26, 2024
1 parent 352d8bd commit fda5978
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ jobs:
services:
site:
image: nginx
volumes:
- ${{ github.workspace }}/snapshots/master/docs/slint/:/usr/share/nginx/html:ro
# volumes:
# - ${{ 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
path: snapshots
- name: Populate web server
run: docker cp snapshots site:/usr/share/ngnix/html
- name: test
run: |
curl http://localhost:80 > test.html
Expand Down

0 comments on commit fda5978

Please sign in to comment.