Skip to content

Commit 3c9a7f2

Browse files
authored
Create my-website.yml
1 parent 1b31808 commit 3c9a7f2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/my-website.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: my-website
2+
on:
3+
schedule:
4+
- cron: "0 23 * * *"
5+
workflow_dispatch: # Allow for running this manually.
6+
7+
jobs:
8+
j1:
9+
name: my-website
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: run-ghrs
13+
uses: jgehrcke/github-repo-stats@RELEASE
14+
with:
15+
ghpagesprefix: https://lulunac27a.github.io/github-stat
16+
repository: lulunac27a/my-website
17+
ghtoken: ${{ secrets.ghrs_github_api_token }}

0 commit comments

Comments
 (0)