Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fsi-tue/se-workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfuss committed Apr 19, 2024
2 parents 85e9822 + 1497858 commit c4823e7
Show file tree
Hide file tree
Showing 38 changed files with 37 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Compile and Publish Test Pages and Releases
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Racket
uses: Bogdanp/setup-racket@v1.7
with:
architecture: "x64"
distribution: "full"
variant: "CS"
version: "stable"
- name: Create Documentation
run: make doc
- uses: JamesIves/github-pages-deploy-action@4.1.7
with:
branch: gh-pages
folder: docs/book
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
book

**/.DS_Store

bin
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
doc:
test -d bin || mkdir bin
test -f bin/mdbook || curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.27/mdbook-v0.4.27-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
bin/mdbook build docs --open
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Workshop for basics to Software Engineering (as a crash course for the Teamprojekt)

Script can be found at: https://fsi-tue.github.io/se-workshop/


Script was written by Leon Fuß
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/src/cheatsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Cheatsheet
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c4823e7

Please sign in to comment.