mirror of
				https://gitlab.com/octtspacc/OcttKB
				synced 2025-06-06 00:29:12 +02:00 
			
		
		
		
	[Manual] Add scripts and raw wiki
This commit is contained in:
		
							
								
								
									
										30
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,30 +0,0 @@
 | 
			
		||||
name: OcttKB
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ "main" ]
 | 
			
		||||
  pull_request:
 | 
			
		||||
    branches: [ "main" ]
 | 
			
		||||
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  page_build:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Checkout
 | 
			
		||||
      uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: |
 | 
			
		||||
        sudo apt update
 | 
			
		||||
        sudo apt install -y git wget npm python3 python3-pip
 | 
			
		||||
        sudo npm install -g tiddlywiki
 | 
			
		||||
        sudo pip3 install beautifulsoup4 html5lib
 | 
			
		||||
        bash ./Bootstrap.sh
 | 
			
		||||
        sh ./GitHub.Main.sh
 | 
			
		||||
 | 
			
		||||
    - name: Deploy
 | 
			
		||||
      uses: JamesIves/github-pages-deploy-action@v4
 | 
			
		||||
      with:
 | 
			
		||||
        folder: public
 | 
			
		||||
		Reference in New Issue
	
	Block a user