Skip to content

Commit

Permalink
Update website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Oct 12, 2023
1 parent bdee2c2 commit a33aa5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-website-depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:
jobs:
test-deploy:
name: Test deployment
docker-image: cimg/python:3.6
with:
runner: linux.12xlarge
docker-image: cimg/python:3.6

steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/website-depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ permissions:
jobs:
deploy:
name: Deploy to GitHub Pages
docker-image: cimg/python:3.6
with:
runner: linux.12xlarge
docker-image: cimg/python:3.6
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a33aa5f

Please sign in to comment.