Remove ruby functionality
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-01-08 17:05:27 +01:00
parent 169f3c23f9
commit 940e266b1f
5 changed files with 2 additions and 22 deletions

View File

@@ -1,9 +0,0 @@
default:
image: ruby:3.2
create-pages:
script:
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
pages: true # specifies that this is a Pages job

View File

@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="python3" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="sfbd" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">

2
.idea/misc.xml generated
View File

@@ -6,5 +6,5 @@
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="python3" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="sfbd" project-jdk-type="Python SDK" />
</project>

View File

@@ -1,3 +0,0 @@
source "https://rubygems.org"
gem "jekyll"

View File

@@ -1,8 +0,0 @@
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>