Skip to content

Commit

Permalink
ci: new build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Falx committed May 3, 2024
1 parent 387015b commit b7d22fa
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 147 deletions.
20 changes: 19 additions & 1 deletion .github/workflows/node.js.yml → .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,22 @@ jobs:
working-directory: ./docs
- run: cp index.html 404.html
working-directory: ./docs

- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: "docs/"

deploy:
runs-on: ubuntu-latest
needs: build
permissions:
pages: write # to deploy to Pages
id-token: write
# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }} # to verify the deployment originates from an appropriate source
steps:
- name: Deploy artifact on Github Pages
id: deployment
uses: actions/deploy-pages@v4
14 changes: 0 additions & 14 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/img/arrow-left-circle.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/img/axes.svg

This file was deleted.

Binary file removed docs/assets/img/bg.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion docs/assets/img/cloud-check.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/img/code-brackets.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/img/github-circle.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/img/laptop-dev-mode.svg

This file was deleted.

24 changes: 0 additions & 24 deletions docs/assets/img/logo_black.svg

This file was deleted.

Binary file removed docs/assets/img/logo_idlab.png
Binary file not shown.
Binary file removed docs/assets/img/logo_idlab_sm.png
Binary file not shown.
Binary file removed docs/assets/img/logo_imec.png
Binary file not shown.
Binary file removed docs/assets/img/logo_imec_sm.png
Binary file not shown.
Binary file removed docs/assets/img/logo_ugent.png
Binary file not shown.
Binary file removed docs/assets/img/logo_ugent_sm.png
Binary file not shown.
Loading

0 comments on commit b7d22fa

Please sign in to comment.