1
0
mirror of https://github.com/elisspace/blog-test.git synced 2026-08-29 15:43:52 +00:00

fixed master to main again

This commit is contained in:
Eli
2023-09-11 20:25:10 -04:00
committed by GitHub
parent 9e08f9a90d
commit 3becc3277c

View File

@@ -14,13 +14,14 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE,
# so your workflow can access it
- uses: actions/checkout@master
- uses: actions/checkout@main
# Build your static website with Eleventy
- name: Build Eleventy
uses: TartanLlama/actions-eleventy@master
with:
args: # --output html # set output folder
publish_dir: _site
# args: --output html # set output folder
install_dependencies: true
# Copying files and artifacts via SSH