Skip to content

Commit ad5205c

Browse files
committed
ok
1 parent ad58801 commit ad5205c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.github/workflows/pacman.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Generate pacman animation
2+
3+
on:
4+
schedule: # execute every 12 hours
5+
- cron: "* */12 * * *"
6+
7+
workflow_dispatch:
8+
9+
push:
10+
branches:
11+
- main
12+
13+
jobs:
14+
generate:
15+
permissions:
16+
contents: write
17+
runs-on: ubuntu-latest
18+
timeout-minutes: 5
19+
20+
steps:
21+
- name: generate pacman-contribution-graph.svg
22+
uses: abozanona/pacman-contribution-graph@main
23+
with:
24+
github_user_name: ${{ github.repository_owner }}
25+
26+
27+
- name: push pacman-contribution-graph.svg to the output branch
28+
uses: crazy-max/ghaction-github-pages@v3.1.0
29+
with:
30+
target_branch: output
31+
build_dir: dist
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
###
1212

13-
<p align="right">A Full-Stack Developer with a passion for building robust and scalable applications.</p>
13+
<p align="center">A Full-Stack Developer with a passion for building robust and scalable applications.</p>
1414

1515
###
1616

0 commit comments

Comments
 (0)