Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill authored Oct 12, 2023
1 parent 0dd1600 commit 569fca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: change in website
name: change website

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -26,6 +26,7 @@ jobs:
ruby-version: 2.6
bundler-cache: true
- run: |
ls -al
cd demo
bundle update
bundle exec jekyll build -d ../docs
Expand Down

0 comments on commit 569fca5

Please sign in to comment.