Rename build-linux to build
This commit is contained in:
4
.github/workflows/pages.yaml
vendored
4
.github/workflows/pages.yaml
vendored
@@ -5,7 +5,7 @@ defaults:
|
|||||||
run:
|
run:
|
||||||
shell: "bash"
|
shell: "bash"
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
name: "github-pages"
|
name: "github-pages"
|
||||||
url: "${{ steps.pages.outputs.base_url }}"
|
url: "${{ steps.pages.outputs.base_url }}"
|
||||||
if: "github.ref == 'refs/heads/master'"
|
if: "github.ref == 'refs/heads/master'"
|
||||||
needs: "build-linux"
|
needs: "build"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Deploy to GitHub Pages"
|
- name: "Deploy to GitHub Pages"
|
||||||
|
Reference in New Issue
Block a user