Skip to content

Commit

Permalink
ci: fix ci 1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Dec 13, 2023
1 parent 0cf1020 commit d3a07f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- profile/**
- .github/workflows/instance.yml

jobs:
update-instance:
Expand All @@ -27,7 +28,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .
publish_dir: profile.zip
publish_branch: gh-pages
destination_dir: content
keep_files: true
Expand Down

0 comments on commit d3a07f9

Please sign in to comment.