Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AkihikoWatanabe committed Nov 13, 2023
1 parent e3297ce commit b764450
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
run: |
docker compose -f docker-compose.deploy.yaml build
docker compose -f docker-compose.deploy.yaml up -d
- name: Run
env:
TOKEN: ${{ secrets.TOKEN }}
run: |
docker compose -f docker-compose.deploy.yaml exec -T paper_notes-temp_container-1 bundle install
docker compose -f docker-compose.deploy.yaml exec -T paper_notes-temp_container-1 sh -c "cd /app && python generate_html.py && bundle exec jekyll build"
docker cp paper_notes-temp_container-1:/app/_site ${{ github.workspace }}
Expand Down

0 comments on commit b764450

Please sign in to comment.