Skip to content

「Raspberry Pi で作る Wi-Fi ルータ」を執筆 #101

「Raspberry Pi で作る Wi-Fi ルータ」を執筆

「Raspberry Pi で作る Wi-Fi ルータ」を執筆 #101

Workflow file for this run

name: "GitHub to Qiita"
on:
push:
branches: [ main ]
jobs:
qiita:
runs-on: ubuntu-latest
steps:
- name: "Publish to Qiita"
uses: noraworld/github-to-qiita@main
with:
dir: "articles"
qiita_access_token: ${{ secrets.QIITA_ACCESS_TOKEN }}