Skip to content

Commit

Permalink
Run export on moonshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Jun 8, 2024
1 parent 22bf8d0 commit 8569203
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ExportPluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- master
- export
workflow_dispatch:

# When two jobs run in parallel, cancel the older ones, to make sure that the website is generated from the most recent commit.
Expand All @@ -24,13 +25,15 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
env:
JULIA_DEPOT_PATH: /scratch/github-actions/julia_depot
runs-on: self-hosted
steps:
- name: Checkout this repository
uses: actions/checkout@v3

- name: Install GLMakie dependencies
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
#- name: Install GLMakie dependencies
# run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils

- name: Install Julia
uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 8569203

Please sign in to comment.