더액션데브 👋
4684 단어 typescriptgithubjavascript
풀1e5 / TheActionDev
GitHub Action 🧑💻의 dev.to 기사
GitHub Action이 포함된 기사 🧑💻
⚡ dev.to 기사 작성 시작
TheActionDev-template
TheActionDev는 무엇입니까?
TheActionDev는 dev.to
UI를 건드리지 않고 기사를 작성하고 유지할 수 있는 Github Action입니다. 이 작업은 후드에서 시작되고 사용 중입니다. 이 작업은 directory
input을 기반으로 Github 리포지토리를 스캔하고 markdown
파일에서 Jekyll front matter을 기반으로 기사를 찾습니다.
기본 사용법
apiKey
를 생성합니다.apiKey
를 추가합니다.TheActionDev.yaml
name: TheActionDev Sync on push: branches: - main # your default branch jobs: operations: runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v2 - name: Sycing Article to dev.to uses:…
View on GitHub
Reference
이 문제에 관하여(더액션데브 👋), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/ful1e5/theactiondev-f55텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)