Skip to content

add p_86971_전력망_나누기.md #60

add p_86971_전력망_나누기.md

add p_86971_전력망_나누기.md #60

Workflow file for this run

# name: Update README
# on:
# push:
# paths:
# - '**.py'
# jobs:
# update-readme:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Set up Python
# uses: actions/setup-python@v3
# with:
# python-version: '3.x'
# - name: Install requirements
# run: |
# python -m pip install --upgrade pip
# pip install requests beautifulsoup4
# - name: Run README updater script
# run: python scripts/update_readme.py
# - name: Commit changes
# run: |
# git config --global user.name 'github-actions[bot]'
# git config --global user.email 'github-actions[bot]@users.noreply.github.com'
# git add README.md
# git commit -m 'Update README with new file'
# git push
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}