mirror of
https://github.com/danth/stylix
synced 2024-11-22 20:23:15 +00:00
308f7e27cb
The workflow attempts to skip the deployment step when it is run on other branches, however environment protection rules are checked before this, causing a failure.
13 lines
213 B
YAML
13 lines
213 B
YAML
name: Docs
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
pages:
|
|
name: Pages
|
|
uses: danth/coricamu/.github/workflows/pages.yml@cd253a6940853ffc3da7c14c9311940f1d70e222
|
|
with:
|
|
output_name: docs
|