Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
oolonek committed Oct 1, 2024
1 parent 28cedd8 commit b394ecb
Show file tree
Hide file tree
Showing 3 changed files with 1,120 additions and 2,990 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: yarn

- name: Initialize or pull nextjs template
run: "(test -d .next) && (echo 'updating dendron next...' && cd .next && git reset --hard && git pull && yarn && cd ..) || (echo 'init dendron next' && yarn dendron publish init)"
# - name: Initialize or pull nextjs template
# run: "(test -d .next) && (echo 'updating dendron next...' && cd .next && git reset --hard && git pull && yarn && cd ..) || (echo 'init dendron next' && yarn dendron publish init)"

- name: Restore Next cache
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit b394ecb

Please sign in to comment.