Skip to content

Commit 393232c

Browse files
committed
fix: deploy
1 parent 1a06507 commit 393232c

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Upload artifact
3434
uses: actions/upload-artifact@v4
3535
with:
36+
name: github-pages
3637
path: "_site"
3738

3839
deploy:
@@ -46,19 +47,4 @@ jobs:
4647
id: deployment
4748
uses: actions/[email protected]
4849
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"
50+
artifact_name: github-pages

0 commit comments

Comments
 (0)