Compare commits

...

2 Commits

Author SHA1 Message Date
14303d6b28 delete github actions
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-19 17:07:45 +05:00
af6809bab6 update readme 2024-07-19 17:06:09 +05:00
4 changed files with 2 additions and 57 deletions

View File

@ -1,25 +0,0 @@
name: GitHub Pages Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Build site
run: bundle exec rake build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
cname: digitalgarden.hypha.coop

View File

@ -1,12 +0,0 @@
name: JS Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
- run: npm install standard
- run: npx standard

View File

@ -1,19 +0,0 @@
name: HTMLProofer
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install Curl
run: sudo apt install libcurl4-openssl-dev
- name: Run tests
run: bundle exec rake

View File

@ -20,7 +20,8 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M
## Development
### Using docker
`docker compose -f docker-compose.dev.yml up`
1. Run `docker compose -f docker-compose.dev.yml up`
2. Visit your `localhost` on port `4000`: http://localhost:4000 or http://0.0.0.0:4000
### Using jekyll
1. Clone repository: `git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/kcl-digital-humanities-garden.git`