Skip to content

Commit

Permalink
ci: Clone gh-pages repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Nov 30, 2023
1 parent 6becd79 commit e073306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Clone Repository (gh-pages)
run: git clone https://github.com/${{ github.repository }} -b gh-pages --depth 1 dokka || mkdir dokka
- name: Setup java
uses: actions/setup-java@v4
with:
Expand Down

1 comment on commit e073306

@vercel
Copy link

@vercel vercel bot commented on e073306 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kt-config – ./

kt-config-git-master-sya-ri.vercel.app
kt-config-sya-ri.vercel.app
ktconfig.s7a.dev

Please sign in to comment.