Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastienlejeune authored Nov 15, 2024
1 parent bdfd7fd commit 334650f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@ jobs:
- uses: actions/setup-node@v3
with:
python-version: 3.x
node-version: 18

- name: Install Dependencies for Docusaurus
working-directory: ciphertrust
run: yarn install --frozen-lockfile
- name: Build Docusaurus
working-directory: ciphertrust
run: yarn build

node-version: 18
- run: pip install -r requirements.txt
- run: mkdocs build
- run: mkdir site/ciphertrust/ && mv ./ciphertrust/build/* site/ciphertrust/

- run: mkdocs build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 334650f

Please sign in to comment.