Bump submodules/hydradx from 36ef4ca
to 3d9f651
#588
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |