Skip to content

Bump submodules/hydradx from 36ef4ca to 3d9f651 #588

Bump submodules/hydradx from 36ef4ca to 3d9f651

Bump submodules/hydradx from 36ef4ca to 3d9f651 #588

Workflow file for this run

name: Jekyll Test
on:
pull_request:
branches:
- main
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
lfs: true
- name: Download Paseo chainspecs
run: |
wget --directory-prefix=downloads/paseo-chain-specs --input-file=paseo/urls.txt
- name: Build Jekyll site
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site