Skip to content

Commit

Permalink
mmm
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 2, 2023
1 parent cc8ee1b commit 7a61af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
26 changes: 0 additions & 26 deletions .github/actions/retrieve-env/action.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/dev-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docs
name: dev-docs

on:
push:
Expand Down Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Build docs
run: |
source ~/.venv/bin/activate
source $VENV
make doc
- name: Deploy docs
env:
GH_TOKEN: ${{ secrets.GitHubToken }}
run: |
source ~/.venv/bin/activate
source $VENV
git config user.name github-actions
git config user.email [email protected]
git config pull.rebase false
Expand Down

0 comments on commit 7a61af9

Please sign in to comment.