Skip to content

Commit

Permalink
fix(ctp.alumni.app): move static html assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Witke committed Nov 15, 2021
1 parent e5a32be commit 59ddec2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm ci
npm run affected:test
npm run build
npm run dep-graph:build
mv ./apps/ctp.alumni.slack.code-of-conduct ./apps/ctp.alumni.app/public
- uses: actions/setup-python@v1
- uses: BSFishy/pip-action@v1
with:
requirements: ./apps/ctp.alumni.survey/requirements.txt
- name: Install and Build Juypter Book 🔧
run: |
jupyter-book build ./apps/ctp.alumni.survey/ --path-output=apps/ctp.alumni.survey/
mv ./apps/ctp.alumni.survey/_build/html/ ./apps/ctp.alumni.app/public/ctp.alumni.survey
mv ./apps/ctp.alumni.survey/_build/html/ ./apps/ctp.alumni.app/static/ctp.alumni.survey
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm ci
npm run affected:test
npm run build
npm run dep-graph:build
mv ./apps/ctp.alumni.slack.code-of-conduct ./apps/ctp.alumni.app/public

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
Expand Down

0 comments on commit 59ddec2

Please sign in to comment.