From c93019fe7bbdbf5a51682e12a505c536c8dbd260 Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Thu, 28 Dec 2023 19:03:12 +0330 Subject: [PATCH] Add commit and push step to ci --- .github/workflows/hellow.yaml | 6 ++++++ .gitignore | 1 - index.html | 8 ++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/.github/workflows/hellow.yaml b/.github/workflows/hellow.yaml index 840bf21..aafd9c5 100644 --- a/.github/workflows/hellow.yaml +++ b/.github/workflows/hellow.yaml @@ -17,3 +17,9 @@ jobs: - run: poetry install - run: poetry run python script.py + - run: | + git add -A + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -m 'Deploy' + git push diff --git a/.gitignore b/.gitignore index 6aa3619..b1cb160 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,3 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..a042a82 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +

Projects

Some of my projects

Soul

A simple, fast and lightweight PHP framework.

Link

Bukowski

A beautiful typewriter

Link

Links

Some of my links

GithHub

Link

Linkedin

Link

Twitter

Link
\ No newline at end of file