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:
5
.github/workflows/ssh_deploy.yml
vendored
5
.github/workflows/ssh_deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user