/[sudobot]/trunk/.github/workflows/docs-deploy.yml
ViewVC logotype

Diff of /trunk/.github/workflows/docs-deploy.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 113 by rakin, Mon Jul 29 17:28:39 2024 UTC revision 132 by rakin, Mon Jul 29 17:28:43 2024 UTC
# Line 3  Line 3 
3  name: Docs  name: Docs
4    
5  # Controls when the workflow will run  # Controls when the workflow will run
6  on: [ push, pull_request ]  on:
7      push:
8        branches: [ main ]
9    
10  # A workflow run is made up of one or more jobs that can run sequentially or in parallel  # A workflow run is made up of one or more jobs that can run sequentially or in parallel
11  jobs:  jobs:
# Line 18  jobs: Line 20  jobs:
20        - uses: actions/checkout@v3        - uses: actions/checkout@v3
21        - uses: actions/[email protected]        - uses: actions/[email protected]
22        - name: Install Mkdocs        - name: Install Mkdocs
23          run: pip install mkdocs mkdocs-material mkdocs-social          run: pip install mkdocs mkdocs-material
24    
25        - name: Set version        - name: Set version
26          run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV          run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

Legend:
Removed from v.113  
changed lines
  Added in v.132

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26