File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,6 @@ updates:
1919 directory : " /"
2020 schedule :
2121 interval : " daily"
22+ ignore :
23+ - dependency-name : " spinx-notes/pages"
24+ versions : ["v3"]
Original file line number Diff line number Diff line change 3737 run : |
3838 docker compose up -d
3939 - name : Build the documentation
40- uses : sphinx-notes/pages@v3
40+ uses : sphinx-notes/pages@v2
4141 # Note: This action has a newer version (v3 atm), but it doesn't has the feature to specify the target path.
4242 # We need that in order to be able to store (and deploy) multiple versions of the documentation.
4343 with :
Original file line number Diff line number Diff line change 9797 run : |
9898 docker compose up -d
9999 - name : Build the documentation
100- uses : sphinx-notes/pages@v3
100+ uses : sphinx-notes/pages@v2
101101 # Note: This action has a newer version (v3 atm), but it doesn't has the feature to specify the target path.
102102 # We need that in order to be able to store (and deploy) multiple versions of the documentation.
103103 with :
You can’t perform that action at this time.
0 commit comments