Skip to content

Add GPU sorting article (#33) #30

Add GPU sorting article (#33)

Add GPU sorting article (#33) #30

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- main
jobs:
build:
name: build-and-deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}