Skip to content

Commit

Permalink
T_T
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 14, 2024
1 parent 657d9aa commit e8c2d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:

publish-rustdoc:
# if: github.ref == 'refs/heads/master'
runs-on: parity-default
# runs-on: ubuntu-latest
# runs-on: parity-default
runs-on: ubuntu-latest
# environment: subsystem-benchmarks
# needs: [build-rustdoc, build-implementers-guide]
steps:
Expand Down Expand Up @@ -144,8 +144,8 @@ jobs:
Green: "\e[32m"
NC: "\e[0m"
run: |
sudo apt-get update && sudo apt-get install -y git
sleep 1800
# sudo apt-get update && sudo apt-get install -y git
# sleep 1800
git branch
ls -la
Expand Down

0 comments on commit e8c2d62

Please sign in to comment.