Skip to content

💻 Offline Hedy for Windows #8

💻 Offline Hedy for Windows

💻 Offline Hedy for Windows #8

Workflow file for this run

on:
workflow_dispatch: {}
pull_request: {}
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
- name: Set up NodeJS 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: pip install -r requirements.txt
- run: doit run _offline
- uses: actions/upload-artifact@v2
with:
path: dist/*
# TODO: Create and upload to release