Skip to content

Commit

Permalink
ci: fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Dec 13, 2023
1 parent d3a07f9 commit 6121c11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
- name: Zip profile directory
run: zip -r profile.zip profile/

- run: |
mkdir public
mv profile.zip public/
- name: Publish to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: profile.zip
publish_dir: public
publish_branch: gh-pages
destination_dir: content
keep_files: true
Expand Down

0 comments on commit 6121c11

Please sign in to comment.