Rename for consistency

This commit is contained in:
purple_emily
2024-03-10 13:11:31 +00:00
parent d84a186132
commit 5584143eeb

View File

@@ -4,7 +4,7 @@ name: Build documentation
on: on:
push: push:
branches: ["master"] # branches: ["master"]
paths: paths:
- 'docs/**' - 'docs/**'
# Specify to run a workflow manually from the Actions tab on GitHub # Specify to run a workflow manually from the Actions tab on GitHub
@@ -22,7 +22,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
instance: ${{ env.INSTANCE }} instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }} artifact: ${{ env.ARTIFACT }}
location: ${{ env.DOCS_FOLDER }} location: ${{ env.DOCS_FOLDER }}
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@@ -83,4 +83,4 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v4