Skip to content

Commit

Permalink
Merge pull request #14 from Songmu/zenn.dev
Browse files Browse the repository at this point in the history
Zenn.dev
  • Loading branch information
Songmu committed Aug 25, 2023
2 parents fd4c0db + 40cf434 commit 766ad34
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/push-to-zenn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: push to zenn
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3
- uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_PAT }}
with:
source-directory: ja
destination-repository-name: zenn.dev
target-branch: main
target-directory: books/ghq-handbook
Empty file removed articles/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 766ad34

Please sign in to comment.