diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index d2c66cd..924c88f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -1,4 +1,4 @@ -name: Production Workflow for latest release +name: Test v1 release on: workflow_dispatch: @@ -12,7 +12,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - name: Setup headless Display + - name: Setup headless display uses: pyvista/setup-headless-display-action@v1 - name: Setup Python diff --git a/README.md b/README.md index 79404c3..3dc8bb6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Setup a headless display on Linux and Windows (not needed on MacOS) +```yml +- name: Setup headless display + uses: pyvista/setup-headless-display-action@v1 +``` ## 🚀 Usage @@ -24,7 +28,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - name: Setup headless Display + - name: Setup headless display uses: pyvista/setup-headless-display-action@v1 ``` @@ -53,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Setup headless Display + - name: Setup headless display uses: pyvista/setup-headless-display-action@v1 - name: Setup Python