We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e6c33 commit 1a06507Copy full SHA for 1a06507
.github/workflows/jekyll.yml
@@ -45,3 +45,20 @@ jobs:
45
- name: Deploy to GitHub Pages
46
id: deployment
47
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