Skip to content

Commit

Permalink
deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tkachenko0 committed Sep 28, 2023
1 parent c4e31de commit 54079c0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

defaults:
run:
shell: bash
working-directory: ./web-docs


jobs:
deploy:
defaults:
run:
shell: bash
working-directory: ./web-docs
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 54079c0

Please sign in to comment.