Skip to content

Commit 45b41ff

Browse files
committed
Removed deploy environment specification to allow deploying from tag
1 parent 1855361 commit 45b41ff

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ jobs:
7474
# (Skip on pull requests or other branch pushes)
7575
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
7676

77-
# Use the 'github-pages' environment
78-
environment:
79-
name: github-pages
80-
url: ${{ steps.deployment.outputs.page_url }}
81-
8277
runs-on: ubuntu-latest
8378

8479
# Wait for build job to complete before deploying

data/pytorch/cnn_optimization.db

0 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "cifar10_tools"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
description = "Tools for training neural networks on the CIFAR-10 task with PyTorch and TensorFlow"
99
authors = ["gperdrizet <[email protected]>"]
1010
readme = "README.md"
@@ -49,7 +49,7 @@ tensorflow = ["tensorflow"]
4949

5050
[tool.poetry.urls]
5151
Homepage = "https://github.com/gperdrizet/CIFAR10"
52-
Documentation = "https://gperdrizet.github.io/CIFAR10/README.md"
52+
Documentation = "https://gperdrizet.github.io/CIFAR10"
5353
Repository = "https://github.com/gperdrizet/CIFAR10"
5454
Issues = "https://github.com/gperdrizet/CIFAR10/issues"
5555
PyPI = "https://pypi.org/project/cifar10_tools"

0 commit comments

Comments
 (0)