Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SpiceQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
SpiceQL
Commits
05642bec
Unverified
Commit
05642bec
authored
1 year ago
by
Kelvin Rodriguez
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
added deploy step for docs
parent
d8682b5d
Branches
Branches containing commit
Tags
v0.7.1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ctests.yml
+0
-0
0 additions, 0 deletions
.github/workflows/ctests.yml
.github/workflows/deploy.yml
+22
-1
22 additions, 1 deletion
.github/workflows/deploy.yml
with
22 additions
and
1 deletion
.github/ctests.yml
→
.github/
workflows/
ctests.yml
+
0
−
0
View file @
05642bec
File moved
This diff is collapsed.
Click to expand it.
.github/deploy.yml
→
.github/
workflows/
deploy.yml
+
22
−
1
View file @
05642bec
...
...
@@ -9,7 +9,7 @@ env:
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
jobs
:
deploy
-build
:
anaconda-
deploy
:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
...
...
@@ -32,3 +32,24 @@ jobs:
-
name
:
Build tarbll
run
:
|
conda build --user usgs-astrogeology --label dev -c conda-forge -c tudat-team recipe/
aws-docs-deploy
:
if
:
${{ github.event.workflow_run.conclusion == 'success' }}
runs-on
:
ubuntu-latest
defaults
:
run
:
shell
:
bash -el {0}
steps
:
-
name
:
Set AWS credentials for upload
uses
:
aws-actions/configure-aws-credentials@0e613a0980cbf65ed5b322eb7a1e075d28913a83
with
:
aws-access-key-id
:
${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key
:
${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region
:
us-west-2
-
name
:
Upload to S3
working-directory
:
${{github.workspace}}/install
run
:
|
ls -l share/doc/SpiceQL/sphinx/
aws s3 sync --delete share/doc/SpiceQL/sphinx/ s3://asc-public-docs/software_manuals/spiceql/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment