Skip to content

feat: initial commit #3

feat: initial commit

feat: initial commit #3

Workflow file for this run

name: One
on:
- push
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Build
run: |
mkdir -p pages/one
echo "Hello world one!" > pages/one/index.html
- name: Upload
uses: actions/upload-artifact@v4
with:
name: pages-one
path: pages