Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
update deploy docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusnewton committed Oct 3, 2021
1 parent a55c53c commit adc71f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable

- name: Autogenerate versioned docs folder with tag
run: GIT_TAG=`echo $(git describe --tags --abbrev=0)` nix-shell --run docs-version
run: |
GIT_TAG=`echo $(git describe --tags --abbrev=0)`
echo "$GIT_TAG"
nix-shell --run docs-version
- name: Commit versioned docs folder
if: success()
Expand Down

0 comments on commit adc71f9

Please sign in to comment.