Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Set up GitHub stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Apr 22, 2024
1 parent ab2d5aa commit 3a4a390
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 83 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/call-deploy-book.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: call-deploy-book

on:
push:
branches:
- '**'
# If your git repository has the Jupyter Book within some-subfolder next to
# unrelated files, you can make this run only if a file within that specific
# folder (or the workflow file itself) has been modified.
#
paths:
- book/**
- .github/workflows/call-deploy-book.yml
workflow_dispatch:

jobs:
call-workflow:
uses: TeachBooks/deploy-book-workflow/.github/workflows/deploy-book.yml@main
secrets: inherit
permissions:
contents: read
pages: write
id-token: write

74 changes: 0 additions & 74 deletions .gitlab-ci.yml

This file was deleted.

9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

0 comments on commit 3a4a390

Please sign in to comment.