Skip to content

Commit

Permalink
change style MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Chhunneng committed Mar 22, 2024
1 parent f06633a commit bf80b50
Show file tree
Hide file tree
Showing 4 changed files with 4,590 additions and 4,638 deletions.
68 changes: 34 additions & 34 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# name: Update
# on:
# workflow_dispatch:
# push:
# branches:
# - main
# schedule:
# # daily
# - cron: '0 0 * * *'
name: Update
on:
workflow_dispatch:
push:
branches:
- main
schedule:
# daily
- cron: '0 0 1 * *'

# permissions:
# contents: write
permissions:
contents: write

# jobs:
# test:
# runs-on: ubuntu-latest
# name: Update Resources
# steps:
# - uses: actions/checkout@v3
# - name: Setup Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 18
# - name: Install Dependencies
# run: npm ci
# - name: Update Resources
# run: npm run update:resources && npm run update:readme
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Commit Changes
# uses: EndBug/add-and-commit@v9
# with:
# author_name: ${{ github.actor }}
# author_email: ${{ github.actor }}@users.noreply.github.com
# message: 'docs: update resources'
# add: '.'
jobs:
test:
runs-on: ubuntu-latest
name: Update Resources
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Update Resources
run: npm run update:resources && npm run update:readme
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit Changes
uses: EndBug/add-and-commit@v9
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'docs: update resources'
add: '.'
Loading

0 comments on commit bf80b50

Please sign in to comment.