Skip to content

Commit

Permalink
Prep for tagging PDS4 Release 1.21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PDSEN Ops committed Nov 2, 2023
1 parent 3c5072b commit db22190
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
if: github.actor != 'pdsen-ci'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}

- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Install dependencies
run: |
Expand All @@ -48,32 +53,32 @@ jobs:
make github
cd ..
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

pdfgen: # job 1
name: 'Build PDF'
runs-on: ubuntu-latest
if: github.actor != 'pdsen-ci'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}

- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.9'

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-ldd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
Expand All @@ -50,7 +50,7 @@ jobs:
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/submod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
matrix: ${{fromJson(needs.get_versions.outputs.matrix)}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
if: ${{ failure() && github.actor != 'pdsen-ci' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
if: ${{ github.actor != 'pdsen-ci' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
Expand Down
1 change: 1 addition & 0 deletions pds4_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
1.18.0.0
1.19.0.0
1.20.0.0
1.21.0.0

0 comments on commit db22190

Please sign in to comment.