Skip to content

Commit

Permalink
🐛 Publish bugfix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Feb 12, 2024
1 parent ebbe35c commit 8f38ca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
contents: write
issues: write
steps:
- name: Get version
run: |
echo "MAJOR_VERSION=${GITHUB_REF#refs/*/}" | cut -c1-3 >> $GITHUB_ENV
echo $MAJOR_VERSION
- name: Checkout repository
uses: actions/checkout@v3
with:
Expand All @@ -45,7 +40,8 @@ jobs:
- name: Deploy
run: |
echo "OWNER: ${REPO_OWNER}"
export MAJOR_VERSION=${{ github.ref:0:3 }}
echo "OWNER: ${REPO_OWNER}. BUILD: ${MAJOR_VERSION}"
bash ./docs/build-docs.sh push $REPO_OWNER
env:
USERNAME: github-actions[bot]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test conda env and run tests

on:
push:
branches:
- '!test_branch'
schedule: # once a day at midnight UTC
- cron: '0 0 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- maint/*
- '!test_branch'
tags:
- "*"
pull_request:
Expand Down

0 comments on commit 8f38ca5

Please sign in to comment.