Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Mar 4, 2024
1 parent 8eec549 commit 78f8d64
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Cloud SDK
uses: google-github-actions/auth@v1
with:
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER_DOCS }}
service_account: ${{ secrets.GCP_DOC_SERVICE_ACCOUNT }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9
Expand Down Expand Up @@ -58,13 +58,3 @@ jobs:
with:
path: "update"
destination: "software-acellera-intermediate/"

- name: Publish to documentation server
uses: burnett01/rsync-deployments@5.2
with:
switches: -avzr --delete
path: doc/source/
remote_path: /home/docs/rst_docs/jobqueues/
remote_host: ${{ secrets.DOCS_SSH_HOST }}
remote_user: ${{ secrets.DOCS_SSH_USER }}
remote_key: ${{ secrets.DOCS_SSH_KEY }}

0 comments on commit 78f8d64

Please sign in to comment.