Skip to content

Commit

Permalink
use ghp-import
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 19, 2024
1 parent 0761e71 commit 46edee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- master
- 3nids-patch-2
paths:
- 'website/**'
- '.github/workflows/website.yml'
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:

- name: Deploy to GitHub Pages
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
run: mkdocs gh-deploy --force
run: ghp-import --force --no-jekyll
1 change: 1 addition & 0 deletions website/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ mkdocs-material==9.5.17
mkdocs-video==1.5.0
mkdocs-static-i18n==1.2.2
fancyboxmd==1.1.0
ghp-import==2.1.0

0 comments on commit 46edee3

Please sign in to comment.