Skip to content

Commit 1a06507

Browse files
committed
fix: deploy
1 parent 25e6c33 commit 1a06507

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,20 @@ jobs:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
4747
uses: actions/[email protected]
48+
with:
49+
site: "_site"
50+
target_branch: main
51+
token: ${{ secrets.GITHUB_TOKEN }}
52+
keep_files: false
53+
publish_dir: "_site"
54+
cname: "NotAwar.github.io"
55+
commit_message: "Deploy site to GitHub Pages"
56+
force_orphan: true
57+
clean: true
58+
allow_empty_commit: false
59+
user: "NotAwar"
60+
61+
# Adding a new parameter for semantic versioning
62+
version: "1.0.0"
63+
# Ensure that the deployment is tagged with the version
64+
tag: "v1.0.0"

0 commit comments

Comments
 (0)