Skip to content

Commit 9bd7ec9

Browse files
committed
Re-enabled github-pages deployment environment after removing tag limitation
1 parent 45b41ff commit 9bd7ec9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ 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+
7782
runs-on: ubuntu-latest
7883

7984
# Wait for build job to complete before deploying

data/pytorch/cnn_optimization.db

0 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.4"
7+
version = "0.5.5"
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"

0 commit comments

Comments
 (0)